From b286ac1aac890a1b086c6b4f8d7670fc200d6535 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Tue, 28 Jun 2022 23:45:15 +0200 Subject: [PATCH] pkgs/nix-directory: update nix --- pkgs/nix-directory.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/nix-directory.nix b/pkgs/nix-directory.nix index fa1dd24..5e68378 100644 --- a/pkgs/nix-directory.nix +++ b/pkgs/nix-directory.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, stdenv, closureInfo, prootTermux, proot, pkgsStatic }: @@ -23,8 +23,8 @@ stdenv.mkDerivation { name = "nix-directory"; src = builtins.fetchurl { - url = "https://nixos.org/releases/nix/nix-2.3.13/nix-2.3.13-${config.build.arch}-linux.tar.xz"; - sha256 = "1hl6pd02nssscn32mrndif2fxfssxiarrpjvqyjicwnz6yn9mhpq"; + url = "https://nixos.org/releases/nix/nix-2.8.1/nix-2.8.1-${config.build.arch}-linux.tar.xz"; + sha256 = "0yqwvm95yxqqqckfln9wx1xpjsal655f7s6bw21s40cnkvxcqdyq"; }; PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106