diff --git a/pkgs/nix-directory.nix b/pkgs/nix-directory.nix index 99b32468..588e95d3 100644 --- a/pkgs/nix-directory.nix +++ b/pkgs/nix-directory.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, stdenv, closureInfo, prootTermux, proot, pkgsStatic }: @@ -24,8 +24,8 @@ stdenv.mkDerivation { name = "nix-directory"; src = builtins.fetchurl { - url = "https://nixos.org/releases/nix/nix-2.16.1/nix-2.16.1-${config.build.arch}-linux.tar.xz"; - sha256 = "1v7k1cajyxgaq3adrzykaf0a32n5pyrd7njy0rns1fma85y8n944"; + url = "https://nixos.org/releases/nix/nix-2.18.1/nix-2.18.1-${config.build.arch}-linux.tar.xz"; + sha256 = "sha256:1m80azhagx30lpsx8lfs18q2swg8m73n2jck37cjflfwny7ghrc4"; }; PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106