Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-09 18:16:33 +00:00
committed by GitHub
42 changed files with 2671 additions and 280 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "firejail";
version = "0.9.64.2";
version = "0.9.64.4";
src = fetchFromGitHub {
owner = "netblue30";
repo = "firejail";
rev = version;
sha256 = "1adizsb7pxr101bvvd359hxympnv36rnikp78npdr5dcvwddv3dv";
sha256 = "sha256-q/XL8cznHlUXdubUEptEAVma1jRUqFb5XcLAV0RVCzs=";
};
buildInputs = [ which ];