diff --git a/flake.lock b/flake.lock index 3e24d683..6c439638 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727968508, - "narHash": "sha256-2rDTgqMf84us7lARphOGRxnr5Q4nJ0RAQsCKYWeRsmI=", + "lastModified": 1728011170, + "narHash": "sha256-L/U/OCeiQCFG2Gg8IQaj1KB4lwoNXkvyjPYLxy9swy0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e873268a358f13746037e5ae3e88aa7aa626b9cf", + "rev": "7f8bae4f304f2b6e60466ce1d562f4af258a4c79", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "e873268a358f13746037e5ae3e88aa7aa626b9cf", + "rev": "7f8bae4f304f2b6e60466ce1d562f4af258a4c79", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 6e5676fd..b467d0f3 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=e873268a358f13746037e5ae3e88aa7aa626b9cf"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=7f8bae4f304f2b6e60466ce1d562f4af258a4c79"; flake-utils.url = "github:numtide/flake-utils"; };