diff --git a/flake.lock b/flake.lock index d939454..a749ef0 100644 --- a/flake.lock +++ b/flake.lock @@ -97,17 +97,17 @@ }, "nixpkgs-reference": { "locked": { - "lastModified": 1782872117, - "narHash": "sha256-1OTpVD4z4KsG+WPH8O2BshANoWyCaaUCYf3ZMhslsHI=", + "lastModified": 1784795662, + "narHash": "sha256-fDFU/Ca+vYppuzCJoSKgyUkQ4dZVnIiQ99s9+fLeZBw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "536c906eb9a9a2a38e7a454f4a4ff254b1e6f493", + "rev": "07bd5aafa5172d43a057fc2d2bd50361f0b5c78f", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "536c906eb9a9a2a38e7a454f4a4ff254b1e6f493", + "rev": "07bd5aafa5172d43a057fc2d2bd50361f0b5c78f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index fbabddf..ac1eb6e 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ # `tests/spec/REFERENCE.md` and re-recording any affected fixtures # in the same commit. `cargo xtask spec versions` reports drift # between this pin and the floating `nixpkgs` as advisory output. - nixpkgs-reference.url = "github:nixos/nixpkgs/536c906eb9a9a2a38e7a454f4a4ff254b1e6f493"; + nixpkgs-reference.url = "github:nixos/nixpkgs/07bd5aafa5172d43a057fc2d2bd50361f0b5c78f"; rust-overlay = { url = "github:oxalica/rust-overlay";