Merge pull request #147376 from Artturin/updatenixunstable1

authored by Artturi and committed by GitHub 9818f39d c849d93c

+3 -3
+3 -3
pkgs/tools/package-management/nix/default.nix
··· 256 nixUnstable = lib.lowPrio (callPackage common rec { 257 pname = "nix"; 258 version = "2.5${suffix}"; 259 - suffix = "pre20211007_${lib.substring 0 7 src.rev}"; 260 261 src = fetchFromGitHub { 262 owner = "NixOS"; 263 repo = "nix"; 264 - rev = "844dd901a7debe8b03ec93a7f717b6c4038dc572"; 265 - sha256 = "sha256-fe1B4lXkS6/UfpO0rJHwLC06zhOPrdSh4s9PmQ1JgPo="; 266 }; 267 268 boehmgc = boehmgc_nixUnstable;
··· 256 nixUnstable = lib.lowPrio (callPackage common rec { 257 pname = "nix"; 258 version = "2.5${suffix}"; 259 + suffix = "pre20211126_${lib.substring 0 7 src.rev}"; 260 261 src = fetchFromGitHub { 262 owner = "NixOS"; 263 repo = "nix"; 264 + rev = "55275fcc5966cfad80fb6dc77b8d8939a2f1b8e0"; 265 + sha256 = "sha256-jr85Z+0TA86mdsi3Y91wM3dFHWemmFHKdNwbx9rGz2U="; 266 }; 267 268 boehmgc = boehmgc_nixUnstable;