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-10-10 02:35:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-10 02:35:06 +0000
commit89bdad5886e87ad696f64f693133f5763fe48271 (patch)
treef8af7f889f96a7561ae285c8a8c7badb7d8f938c /pkgs/applications/networking/firewalld
parent8a0223ec08595383ae66cb8de67b70ec28bbb270 (diff)
firewalld: 2.0.0 -> 2.0.1
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 5a7dc544bf19d..6b96332a6f90d 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 = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "firewalld";
     repo = "firewalld";
     rev = "v${version}";
-    sha256 = "sha256-seOokeFbjCuwUsB6MbrxaeTlPUzwNzkJPbByM9/oDDU=";
+    sha256 = "sha256-hGMO3uqUlh5h4HYmJiFdfZZw+y1yjprlSadYvix2LIU=";
   };
 
   patches = [