Merge pull request #168387 from Artturin/updatenixunstable2

This commit is contained in:
Artturi 2022-04-12 21:09:00 +03:00 committed by GitHub
commit bfda7fd93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -201,7 +201,7 @@ self = stdenv.mkDerivation {
'';
homepage = "https://nixos.org/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ eelco lovesegfault ];
maintainers = with maintainers; [ eelco lovesegfault artturin ];
platforms = platforms.unix;
outputsToInstall = [ "out" ] ++ optional enableDocumentation "man";
};

View File

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