Merge pull request #165325 from Artturin/nixupdate3

This commit is contained in:
Artturi 2022-03-23 05:43:37 +02:00 committed by GitHub
commit 9fcf18081c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=";
};
});
})