nixUnstable: pre20211001 -> pre20211006

The specific reason to update is to pull in logging fix:
  c6718a9d950214 "Don't reset the logger in a vfork"

Otherwise 'nix build' does not report build progress correctly.

(cherry picked from commit 5323bc0f144890c23915e8d54d996a5cff97a05c)
This commit is contained in:
Sergei Trofimovich 2021-10-06 21:41:51 +01:00 committed by sternenseemann
parent a8dc6be3c8
commit 4bf640bb9b
1 changed files with 3 additions and 3 deletions

View File

@ -228,13 +228,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 = "pre20211001_${lib.substring 0 7 src.rev}"; suffix = "pre20211006_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "4f496150eb4e0012914c11f0a3ff4df2412b1d09"; rev = "53e479428958b39a126ce15de85d7397fdcfe2e1";
sha256 = "00hxxk66f068588ymv60ygib6vgk7c97s9yia3qd561679rq3nsj"; sha256 = "18mm3f0n964msj5bha6wpnwckg5lwjwdm6r7frrwdj75v10jiyb7";
}; };
boehmgc = boehmgc_nixUnstable; boehmgc = boehmgc_nixUnstable;