Merge pull request #130797 from NixOS/backport-130538-to-release-21.05

[Backport release-21.05] nixStable: 2.3.12 -> 2.3.14
This commit is contained in:
Maximilian Bosch
2021-07-21 13:35:42 +02:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
@@ -199,10 +199,10 @@ in rec {
nixStable = callPackage common (rec {
pname = "nix";
version = "2.3.12";
version = "2.3.14";
src = fetchurl {
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-ITp9ScRhB5syNh5NAI0kjX9o400syTR/Oo/5Ap+a+10=";
sha256 = "sha256-cToMnZU3+UpjeiiXnG3clz9zn8Xk+TbB7UbqmLMrlFk=";
};
inherit storeDir stateDir confDir boehmgc;