nixpkgs: 0-unstable-2025-05-05 -> 0-unstable-2025-05-08
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# to fix sha256 (in case the updater glitches):
|
||||
# - delete `sha256` or set `sha256 = "";`
|
||||
# - nix-build -A hello
|
||||
# => it will fail, `hash mismatch ... got: sha256-xyz`
|
||||
# - past that hash back into the `sha256` field
|
||||
#
|
||||
# if that fails, then:
|
||||
# - set `sha256 = "";`
|
||||
# - nix-build -A hello
|
||||
# => it will fail, `hash mismatch ... got: sha256:xyz`
|
||||
@@ -8,8 +14,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "fa24fdbb9c269928fb5cb8c6240f303d2b05c593";
|
||||
sha256 = "sha256-HU3kkIoTmDeZu1FfPjfL2o8zfpPKOvRKwCrnT3OXuw4=";
|
||||
version = "0-unstable-2025-05-05";
|
||||
rev = "59d39f1013961c0de1faf26dc3135ff8fa783391";
|
||||
sha256 = "sha256-6DymLGQmw5CzZWLAaScZ99bXyoh5MaJE1c2T3ce60JY=";
|
||||
version = "0-unstable-2025-05-08";
|
||||
branch = "master";
|
||||
}
|
||||
|
Reference in New Issue
Block a user