Skip to content

Commit 21dd949

Browse files
authored
Merge pull request #2303 from mazunki/fix-pinned-25.04
update pinned hash of nixpkgs 25.04
2 parents 5d33685 + 02a3996 commit 21dd949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinned.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import (
22
builtins.fetchTarball {
33
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/25.05.tar.gz";
4-
sha256 = "1r4fhp3apf1qggsrm60ni820gxzpm04q9xdk1w3dap9qymi6bpdk";
4+
sha256 = "1915r28xc4znrh2vf4rrjnxldw2imysz819gzhk9qlrkqanmfsxd";
55
}
66
)

0 commit comments

Comments
 (0)