From b59e069810941e293b09f8122b6cdafa829a63af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:03:37 +0000 Subject: [PATCH] chore(deps): update nixpkgs-reference digest to 07bd5aa --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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";