Merge pull request #169844 from Artturin/nixupdate4

nixUnstable: pre20220411 -> pre20220422
This commit is contained in:
Artturi 2022-05-01 04:13:58 +03:00 committed by GitHub
commit 2a88b7df51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,12 +89,12 @@ in lib.makeExtensible (self: {
unstable = lib.lowPrio (common rec {
version = "2.8";
suffix = "pre20220411_${lib.substring 0 7 src.rev}";
suffix = "pre20220428_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "f7276bc948705f452b2bfcc2a08bc44152f1d5a8";
sha256 = "sha256-brqGGdr2CzqufY3NXU8tGm6QbCTSFGfboruU2cUWhu8=";
rev = "4bb111c8d4c5692db2f735c2803f632f8c30b6ab";
sha256 = "sha256-AmxyCgpd53JBvvj6jPoGMP3eEisgu58YjaZEmhoTlGw=";
};
});
})