Merge pull request #138623 from Ma27/bump-nixunstable

nixUnstable: 2.4pre20210908_3c56f62 -> 2.4pre20210922_bcd73eb

authored by

Maximilian Bosch and committed by
GitHub
b9fd2fca 4be93515

+3 -3
+3 -3
pkgs/tools/package-management/nix/default.nix
··· 234 234 nixUnstable = lib.lowPrio (callPackage common rec { 235 235 pname = "nix"; 236 236 version = "2.4${suffix}"; 237 - suffix = "pre20210908_${lib.substring 0 7 src.rev}"; 237 + suffix = "pre20210922_${lib.substring 0 7 src.rev}"; 238 238 239 239 src = fetchFromGitHub { 240 240 owner = "NixOS"; 241 241 repo = "nix"; 242 - rev = "3c56f62093601143838af923195f630d8ffae2d4"; 243 - sha256 = "sha256-pjdzLOEt8i1NQe4drLpp8+LrRd2MgsISSQEsMebz2kc="; 242 + rev = "bcd73ebf60bb9ba6cb09f8df4366d5474c16e4a4"; 243 + sha256 = "sha256-wRbz8c22tlRn2/va/yOoLJijdJn+JJqLRDPRlifaEEA="; 244 244 }; 245 245 246 246 boehmgc = boehmgc_nixUnstable;