diff --git a/flake.lock b/flake.lock index 3e9be30..16dcb9f 100644 --- a/flake.lock +++ b/flake.lock @@ -451,16 +451,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1703714170, - "narHash": "sha256-ba3hMo8plt3VPswLKQ9nRZdGCwpNBBcXYUd+gyB4aJk=", + "lastModified": 1731659947, + "narHash": "sha256-4EQaqID4g/voRBLs8HqYkdS1xxAP0ZEUzU15lGhjAE8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6db1324e4c9f702631a0dfe11b10189485af9fc0", + "rev": "836c74e512ecace60f842e59fa1b2a01d298817a", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "release-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 53d97e3..da5a415 100644 --- a/flake.nix +++ b/flake.nix @@ -313,6 +313,6 @@ url = "github:sellout/flaky"; }; - nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; }; }