nsjail: 3.4 -> 3.6

This commit is contained in:
R. Ryantm
2026-03-21 22:33:14 +00:00
parent 5e40dc287b
commit 65f50e65e3
+2 -2
View File
@@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
pname = "nsjail";
version = "3.4";
version = "3.6";
src = fetchFromGitHub {
owner = "google";
repo = "nsjail";
rev = version;
fetchSubmodules = true;
hash = "sha256-/K+qJV5Dq+my45Cpw6czdsWLtO9lnJwZTsOIRt4Iijk=";
hash = "sha256-4fFXPwfPErve5CkVBtjPd1In8eEDby/RhuyW952YW7Y=";
};
nativeBuildInputs = [