Merge pull request #175492 from Artturin/nixupdate9
This commit is contained in:
commit
ef44c71d98
@ -87,14 +87,15 @@ in lib.makeExtensible (self: {
|
|||||||
|
|
||||||
stable = self.nix_2_8;
|
stable = self.nix_2_8;
|
||||||
|
|
||||||
|
# remember to backport updates to the stable branch!
|
||||||
unstable = lib.lowPrio (common rec {
|
unstable = lib.lowPrio (common rec {
|
||||||
version = "2.8";
|
version = "2.8";
|
||||||
suffix = "pre20220512_${lib.substring 0 7 src.rev}";
|
suffix = "pre20220530_${lib.substring 0 7 src.rev}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "d354fc30b9768ea3dc737a88b57bf5e26d98135b";
|
rev = "af23d38019a47e5bb4cd6585a1678b37c957130c";
|
||||||
sha256 = "sha256-wwhezwy3HKeHKJX48ps2qD46f6bL9GDxsFE2QJ+qPHQ=";
|
sha256 = "sha256-RH77Y4IhbTofNYlLQSGKLL0fJAG9iHSwRNvMEZ4M0VQ=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user