Merge pull request #211245 from onny/firejail-update

firejail: 0.9.70 -> 0.9.72
This commit is contained in:
7c6f434c
2023-01-20 12:40:53 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "firejail";
version = "0.9.70";
version = "0.9.72";
src = fetchFromGitHub {
owner = "netblue30";
repo = "firejail";
rev = version;
sha256 = "sha256-x1txt0uER66bZN6BD6c/31Zu6fPPwC9kl/3bxEE6Ce8=";
sha256 = "sha256-XAlb6SSyY2S1iWDaulIlghQ16OGvT/wBCog95/nxkog=";
};
nativeBuildInputs = [