Merge pull request #139446 from NixOS/backport-138623-to-release-21.05

This commit is contained in:
Maciej Krüger 2021-09-25 19:07:54 +02:00 committed by GitHub
commit 9f371831e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -228,13 +228,13 @@ in rec {
nixUnstable = lib.lowPrio (callPackage common rec {
pname = "nix";
version = "2.4${suffix}";
suffix = "pre20210908_${lib.substring 0 7 src.rev}";
suffix = "pre20210922_${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "3c56f62093601143838af923195f630d8ffae2d4";
sha256 = "sha256-pjdzLOEt8i1NQe4drLpp8+LrRd2MgsISSQEsMebz2kc=";
rev = "bcd73ebf60bb9ba6cb09f8df4366d5474c16e4a4";
sha256 = "sha256-wRbz8c22tlRn2/va/yOoLJijdJn+JJqLRDPRlifaEEA=";
};
boehmgc = boehmgc_nixUnstable;