mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
nixVersion.unstable: pre20220311 -> pre20220322
This commit is contained in:
parent
bb82344ca6
commit
04f60d49c8
@ -74,12 +74,12 @@ in lib.makeExtensible (self: {
|
|||||||
|
|
||||||
unstable = lib.lowPrio (common rec {
|
unstable = lib.lowPrio (common rec {
|
||||||
version = "2.8";
|
version = "2.8";
|
||||||
suffix = "pre20220311_${lib.substring 0 7 src.rev}";
|
suffix = "pre20220322_${lib.substring 0 7 src.rev}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "d5322698a2abbc6d141e1d244e17b0d226a2f18b";
|
rev = "d5d4d980427aca3849b90bfe1694b6d1d14532fb";
|
||||||
sha256 = "sha256-7rQSktGC8+DmeyGOnzFMy1QwAYnw4JJphv+lEwFCwfU=";
|
sha256 = "sha256-fV7nUcRhVmgIvDUraAzHV2TDVHDn1jETfv2zdDMQ59Y=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user