nix: 2.3.11 -> 2.3.12

(cherry picked from commit ff50095bd4121f35e1ca73b4df68912db1bff2a4)
This commit is contained in:
Jonathan Ringer 2021-06-02 10:03:53 -07:00 committed by Jonathan Ringer
parent b78bd862e3
commit 592df52aa1
1 changed files with 2 additions and 2 deletions

View File

@ -199,10 +199,10 @@ in rec {
nixStable = callPackage common (rec {
pname = "nix";
version = "2.3.11";
version = "2.3.12";
src = fetchurl {
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "89a8d7995305a78b1561e6670bbf1879c791fc4904eb094bc4f180775a61c128";
sha256 = "sha256-ITp9ScRhB5syNh5NAI0kjX9o400syTR/Oo/5Ap+a+10=";
};
inherit storeDir stateDir confDir boehmgc;