Merge pull request #260525 from r-ryantm/auto-update/nsjail
nsjail: 3.3 -> 3.4
This commit is contained in:
commit
5087a6801c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue