nsjail: 2.8 -> 2.9

This commit is contained in:
Will Dietz 2019-09-15 15:36:16 -05:00
parent 2ff3620d0d
commit 769487362f
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nsjail"; pname = "nsjail";
version = "2.8"; version = "2.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "nsjail"; repo = "nsjail";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "0cgycj0cz74plmz4asxryqprg6mkzpmnxzqbfsp1wwackinxq5fq"; sha256 = "0218n0qjb45fawqqfj3gdxgd0fw5k0vxn9iggi0ciljmr9zywkgh";
}; };
postPatch = '' postPatch = ''