diff --git a/flake.lock b/flake.lock index b4ed472..c75815d 100644 --- a/flake.lock +++ b/flake.lock @@ -241,16 +241,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707690512, - "narHash": "sha256-Urce4M770l9bHy2BioFTWCNQrsqeVe6UqzJoaxKg68A=", + "lastModified": 1754825620, + "narHash": "sha256-WnklAr/+7YsJ3U5jMrQkSNMZ5CxxyDBLGZFOoxbfivM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7612e0f257237b4d6d29037e4b4ca318e154beec", + "rev": "383367c8d395e8b813754a537b184b30ee38a6ab", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "release-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 6d3b0a0..6b889d0 100644 --- a/flake.nix +++ b/flake.nix @@ -228,6 +228,6 @@ url = "github:sellout/flaky"; }; - nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-25.05"; }; }