firejail: 0.9.72 -> 0.9.74 (#393185)

* firejail: 0.9.72 -> 0.9.74
This commit is contained in:
R. RyanTM
2025-03-27 13:40:04 +00:00
committed by GitHub
parent 20a803e6ba
commit 3349083113
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "firejail";
version = "0.9.72";
version = "0.9.74";
src = fetchFromGitHub {
owner = "netblue30";
repo = "firejail";
rev = version;
sha256 = "sha256-XAlb6SSyY2S1iWDaulIlghQ16OGvT/wBCog95/nxkog=";
sha256 = "sha256-BKEW2IWatzePGREAA479eaP6bJb1i2fRs/GZcyLinrM=";
};
nativeBuildInputs = [