commit
f79bf0a924
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nsjail-${version}";
|
name = "nsjail-${version}";
|
||||||
version = "2.7";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "nsjail";
|
repo = "nsjail";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "13s1bi2b80rlwrgls1bx4bk140qhncwdamm9q51jd677s0i3xg3s";
|
sha256 = "0cgycj0cz74plmz4asxryqprg6mkzpmnxzqbfsp1wwackinxq5fq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf bison flex libtool pkgconfig which ];
|
nativeBuildInputs = [ autoconf bison flex libtool pkgconfig which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user