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

nsjail: 3.3 -> 3.4
This commit is contained in:
Weijia Wang 2023-10-18 00:02:40 +02:00 committed by GitHub
commit 5087a6801c
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.3";
version = "3.4";
src = fetchFromGitHub {
owner = "google";
repo = "nsjail";
rev = version;
fetchSubmodules = true;
hash = "sha256-L5x3rUDd1nXxDjoP/ZErQa02w2MJSkMBlgu00cy1D3M=";
hash = "sha256-/K+qJV5Dq+my45Cpw6czdsWLtO9lnJwZTsOIRt4Iijk=";
};
nativeBuildInputs = [ autoconf bison flex installShellFiles libtool pkg-config which ];
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters";
homepage = "https://nsjail.dev/";
changelog = "https://github.com/google/nsjail/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ arturcygan bosu c0bw3b ];
platforms = platforms.linux;