Merge pull request #171681 from Artturin/nixupdate6

nixVersions.unstable: pre20220503 -> pre20220505
This commit is contained in:
Artturi 2022-05-06 05:31:52 +03:00 committed by GitHub
commit d59dd43e49
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 = "pre20220503_${lib.substring 0 7 src.rev}";
suffix = "pre20220505_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "9489b4b7ef73ab20e8f49213d8711ca56b59107e";
sha256 = "sha256-eTRr2MkP9MMqpmHtsCPMbyLBQLrLPnTh4D8RXT4MKk4=";
rev = "f4102de84ba4dd3b845a3e34fabab5400e066ad0";
sha256 = "sha256-g3GDM8MSzJ27hJoGWj2QGjINZP/I1KCJpZZn+iPMmfM=";
};
});
})