about summary refs log tree commit diff
path: root/pkgs/applications/networking/firewalld
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-27 10:42:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-27 10:42:34 +0000
commitadc534cf66ad27d2e0dffc66597076c2d847c984 (patch)
tree6ccb57fe5fb207d81d4da3963d694b7bfc8f5e90 /pkgs/applications/networking/firewalld
parente426af54ff8e59a89ca34436eb245b0fd32348b4 (diff)
firewalld: 1.3.3 -> 2.0.0
Diffstat (limited to 'pkgs/applications/networking/firewalld')
-rw-r--r--pkgs/applications/networking/firewalld/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/firewalld/default.nix b/pkgs/applications/networking/firewalld/default.nix
index 5ffbf69dbaf50..424591f07ea37 100644
--- a/pkgs/applications/networking/firewalld/default.nix
+++ b/pkgs/applications/networking/firewalld/default.nix
@@ -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 = [