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 {
pname = "nsjail";
version = "2.8";
version = "2.9";
src = fetchFromGitHub {
owner = "google";
repo = "nsjail";
rev = version;
fetchSubmodules = true;
sha256 = "0cgycj0cz74plmz4asxryqprg6mkzpmnxzqbfsp1wwackinxq5fq";
sha256 = "0218n0qjb45fawqqfj3gdxgd0fw5k0vxn9iggi0ciljmr9zywkgh";
};
postPatch = ''