From 02a39969a8c56175882f918e61721d23295dcf3c Mon Sep 17 00:00:00 2001 From: Mazunki Hoksaas Date: Tue, 23 Sep 2025 22:57:05 +0200 Subject: [PATCH] update pinned hash of nixpkgs 25.04 --- pinned.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinned.nix b/pinned.nix index edbe0d7df..52e332b62 100644 --- a/pinned.nix +++ b/pinned.nix @@ -1,6 +1,6 @@ import ( builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/25.05.tar.gz"; - sha256 = "1r4fhp3apf1qggsrm60ni820gxzpm04q9xdk1w3dap9qymi6bpdk"; + sha256 = "1915r28xc4znrh2vf4rrjnxldw2imysz819gzhk9qlrkqanmfsxd"; } )