Merge pull request #136463 from Ma27/bump-nixunstable

nixUnstable: 2.4pre20210802_47e96bb -> 2.4pre20210908_3c56f62
This commit is contained in:
Sandro 2021-09-11 18:24:06 +02:00 committed by GitHub
commit 07db0ffbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,13 +234,13 @@ in rec {
nixUnstable = lib.lowPrio (callPackage common rec { nixUnstable = lib.lowPrio (callPackage common rec {
pname = "nix"; pname = "nix";
version = "2.4${suffix}"; version = "2.4${suffix}";
suffix = "pre20210802_47e96bb"; suffix = "pre20210908_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "47e96bb533f8cacc171bec9b688b134de31a48a9"; rev = "3c56f62093601143838af923195f630d8ffae2d4";
sha256 = "sha256-vwj1fAGn3Pl9Vr/qSL+oDxuwbRzEdI3dsEg6o3xTmWg="; sha256 = "sha256-pjdzLOEt8i1NQe4drLpp8+LrRd2MgsISSQEsMebz2kc=";
}; };
boehmgc = boehmgc_nixUnstable; boehmgc = boehmgc_nixUnstable;