nixVersion.unstable: pre20220311 -> pre20220322
This commit is contained in:
parent
bb82344ca6
commit
04f60d49c8
1 changed files with 3 additions and 3 deletions
|
@ -74,12 +74,12 @@ in lib.makeExtensible (self: {
|
|||
|
||||
unstable = lib.lowPrio (common rec {
|
||||
version = "2.8";
|
||||
suffix = "pre20220311_${lib.substring 0 7 src.rev}";
|
||||
suffix = "pre20220322_${lib.substring 0 7 src.rev}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
rev = "d5322698a2abbc6d141e1d244e17b0d226a2f18b";
|
||||
sha256 = "sha256-7rQSktGC8+DmeyGOnzFMy1QwAYnw4JJphv+lEwFCwfU=";
|
||||
rev = "d5d4d980427aca3849b90bfe1694b6d1d14532fb";
|
||||
sha256 = "sha256-fV7nUcRhVmgIvDUraAzHV2TDVHDn1jETfv2zdDMQ59Y=";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue