Merge #140998: nix: 2.3.15 -> 2.3.16 (into release-21.05)

This commit is contained in:
Vladimír Čunát 2021-10-18 11:57:24 +02:00
commit f001876680
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -214,10 +214,10 @@ in rec {
nixStable = callPackage common (rec { nixStable = callPackage common (rec {
pname = "nix"; pname = "nix";
version = "2.3.15"; version = "2.3.16";
src = fetchurl { src = fetchurl {
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz"; url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-N+MxClX94eUOfUMh0puRgNHp16+cjSEdtqZn5u5OtBA="; sha256 = "sha256-fuaBtp8FtSVJLSAsO+3Nne4ZYLuBj2JpD2xEk7fCqrw=";
}; };
boehmgc = boehmgc_nix; boehmgc = boehmgc_nix;