nix(Stable): 2.3.14 -> 2.3.15

(cherry picked from commit 9bd0be76b2219e8984566340e26a0f85caeb89cd)
This commit is contained in:
Vladimír Čunát 2021-07-29 16:31:07 +02:00 committed by github-actions[bot]
parent 528a5c4420
commit de3a57327f
1 changed files with 2 additions and 2 deletions

View File

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