3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 12ecc87a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [