diff --git a/flake.lock b/flake.lock index c2af207..497b327 100644 --- a/flake.lock +++ b/flake.lock @@ -74,17 +74,17 @@ }, "nixpkgs-reference": { "locked": { - "lastModified": 1785793149, - "narHash": "sha256-B5AlPn6BLZakhO2iKJhishEj1Svy+3vNzK2xiPyqc2c=", + "lastModified": 1788416339, + "narHash": "sha256-hJZj1q8/cld4znp1IS9kaJJ774cY/Vm3tFTJ0BuTqz0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "aec71e3ada2e0b6bebd3d84c01523eb137dff06f", + "rev": "faa40676ef7c2cfa3cd256824a9da7f13f16041e", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "aec71e3ada2e0b6bebd3d84c01523eb137dff06f", + "rev": "faa40676ef7c2cfa3cd256824a9da7f13f16041e", "type": "github" } }, diff --git a/flake.nix b/flake.nix index aaf6187..e1c913f 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/aec71e3ada2e0b6bebd3d84c01523eb137dff06f"; + nixpkgs-reference.url = "github:nixos/nixpkgs/faa40676ef7c2cfa3cd256824a9da7f13f16041e"; rust-overlay = { url = "github:oxalica/rust-overlay";