firejail: 0.9.70 -> 0.9.72

This commit is contained in:
Jonas Heinrich 2023-01-17 15:56:01 +01:00
parent 94897428db
commit b6b55b60a8

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