nixUnstable: 2.5pre20211126 -> 2.5pre20211206
This commit is contained in:
parent
a78dd785b2
commit
8764e76473
@ -256,13 +256,13 @@ in rec {
|
|||||||
nixUnstable = lib.lowPrio (callPackage common rec {
|
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||||
pname = "nix";
|
pname = "nix";
|
||||||
version = "2.5${suffix}";
|
version = "2.5${suffix}";
|
||||||
suffix = "pre20211126_${lib.substring 0 7 src.rev}";
|
suffix = "pre20211206_${lib.substring 0 7 src.rev}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "55275fcc5966cfad80fb6dc77b8d8939a2f1b8e0";
|
rev = "d1aaa7ef71713b6693ad3ddf8704ce62bab82095";
|
||||||
sha256 = "sha256-jr85Z+0TA86mdsi3Y91wM3dFHWemmFHKdNwbx9rGz2U=";
|
sha256 = "sha256-zdMODMLdJ0smEEzNMOoIzBxt9QWVzgMvr+pwxkhtD4g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
boehmgc = boehmgc_nixUnstable;
|
boehmgc = boehmgc_nixUnstable;
|
||||||
|
Loading…
Reference in New Issue
Block a user