nix: 2.3.15 -> 2.3.16

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
(cherry picked from commit 202554980aec22f35078bf4c0878e2a0974cb2ce)
This commit is contained in:
Arthur Gautier 2021-09-07 03:36:53 +00:00 committed by github-actions[bot]
parent bc66bad58c
commit 0ec1a295f4
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.15";
version = "2.3.16";
src = fetchurl {
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-N+MxClX94eUOfUMh0puRgNHp16+cjSEdtqZn5u5OtBA=";
sha256 = "sha256-fuaBtp8FtSVJLSAsO+3Nne4ZYLuBj2JpD2xEk7fCqrw=";
};
boehmgc = boehmgc_nix;