Merge pull request #240102 from r-ryantm/auto-update/firewalld

firewalld: 1.3.3 -> 2.0.0
This commit is contained in:
Sandro 2023-07-08 00:10:59 +02:00 committed by GitHub
commit 323442a9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation rec {
pname = "firewalld";
version = "1.3.3";
version = "2.0.0";
src = fetchFromGitHub {
owner = "firewalld";
repo = "firewalld";
rev = "v${version}";
sha256 = "sha256-PZ+ZaHRZsfW/VNXQXdr/a+UAGJeDUBytre5bH1WDSzY=";
sha256 = "sha256-seOokeFbjCuwUsB6MbrxaeTlPUzwNzkJPbByM9/oDDU=";
};
patches = [