mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
nix-directory: Bump bootstrap nix to 2.11.0
This commit is contained in:
parent
d49fd3a0c8
commit
6a97d9e697
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ stdenv.mkDerivation {
|
|||
name = "nix-directory";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://nixos.org/releases/nix/nix-2.8.1/nix-2.8.1-${config.build.arch}-linux.tar.xz";
|
||||
sha256 = "0yqwvm95yxqqqckfln9wx1xpjsal655f7s6bw21s40cnkvxcqdyq";
|
||||
url = "https://nixos.org/releases/nix/nix-2.11.0/nix-2.11.0-${config.build.arch}-linux.tar.xz";
|
||||
sha256 = "179jjf9hy1860d7bsravykg15jqxdfm51fy14aihkjbc1q6knyyx";
|
||||
};
|
||||
|
||||
PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue