Merge pull request #196134 from r-ryantm/auto-update/nsjail
nsjail: 3.1 -> 3.2
This commit is contained in:
commit
d56c1da329
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nsjail";
|
pname = "nsjail";
|
||||||
version = "3.1";
|
version = "3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "nsjail";
|
repo = "nsjail";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-ICJpD7iCT7tLRX+52XvayOUuO1g0L0jQgk60S2zLz6c=";
|
sha256 = "sha256-SFRnCEPawMKEIdmrOnJ45IIb17W1d4qCceuRdWTDTQU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf bison flex libtool pkg-config which installShellFiles ];
|
nativeBuildInputs = [ autoconf bison flex libtool pkg-config which installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user