tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nsjail: 3.1 -> 3.2
R. Ryantm
3 years ago
144affc5
5b04d5b5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
nsjail
default.nix
+2
-2
pkgs/tools/security/nsjail/default.nix
···
4
4
5
5
stdenv.mkDerivation rec {
6
6
pname = "nsjail";
7
7
-
version = "3.1";
7
7
+
version = "3.2";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "google";
11
11
repo = "nsjail";
12
12
rev = version;
13
13
fetchSubmodules = true;
14
14
-
sha256 = "sha256-ICJpD7iCT7tLRX+52XvayOUuO1g0L0jQgk60S2zLz6c=";
14
14
+
sha256 = "sha256-SFRnCEPawMKEIdmrOnJ45IIb17W1d4qCceuRdWTDTQU=";
15
15
};
16
16
17
17
nativeBuildInputs = [ autoconf bison flex libtool pkg-config which installShellFiles ];