about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-17 23:42:52 +0200
committerGitHub <noreply@github.com>2023-10-17 23:42:52 +0200
commit3c0ce245daf67d5a0a0a0e9f27d19a921969250b (patch)
treeafe6fc9ba25602319d885bf7a3c8716c15d77588 /pkgs/applications/networking
parentcec63ae6c2634bb181792c04bc9c46042757888d (diff)
parent89bdad5886e87ad696f64f693133f5763fe48271 (diff)
Merge pull request #260114 from r-ryantm/auto-update/firewalld
firewalld: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/applications/networking')
-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 = [