diff --git a/flake.lock b/flake.lock index 89be242fd..755609534 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1697005890, - "narHash": "sha256-pEI8Xg3FChTZMpzHtoe2wJOK6e2MJjc25Q5G9fHorkc=", + "lastModified": 1697142613, + "narHash": "sha256-jplEwV6BqkvsqkhlWwHp/yrqTm0pKJ4l5VfEniTL6gs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "52f7404b62181b4ef439bb644b3dfa58e9eb2ce7", + "rev": "4183880e0e56f5a8dc55ef63df0cb64a7d5ea21f", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "52f7404b62181b4ef439bb644b3dfa58e9eb2ce7", + "rev": "4183880e0e56f5a8dc55ef63df0cb64a7d5ea21f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 503410d03..140e72139 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=52f7404b62181b4ef439bb644b3dfa58e9eb2ce7"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=4183880e0e56f5a8dc55ef63df0cb64a7d5ea21f"; flake-utils.url = "github:numtide/flake-utils"; };