Merge pull request #196134 from r-ryantm/auto-update/nsjail

nsjail: 3.1 -> 3.2
This commit is contained in:
Jörg Thalheim 2022-10-15 17:35:57 +02:00 committed by GitHub
commit d56c1da329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];