nsjail: 3.1 -> 3.2

This commit is contained in:
R. Ryantm 2022-10-15 12:45:29 +00:00
parent 5b04d5b51b
commit 144affc549

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "nsjail";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "google";
repo = "nsjail";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-ICJpD7iCT7tLRX+52XvayOUuO1g0L0jQgk60S2zLz6c=";
sha256 = "sha256-SFRnCEPawMKEIdmrOnJ45IIb17W1d4qCceuRdWTDTQU=";
};
nativeBuildInputs = [ autoconf bison flex libtool pkg-config which installShellFiles ];