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-17 09:02:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-17 09:02:34 +0000
commit535b2c652f680e70737aad60a3d47f6482d3f14a (patch)
treef632d95f1dc4b6526ef19d915d03b8041f511617 /pkgs/applications/networking/firewalld
parent7cc30fd5372ddafb3373c318507d9932bd74aafe (diff)
firewalld-gui: 1.3.2 -> 1.3.3
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 188c45e8d9855..5ffbf69dbaf50 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.2";
+  version = "1.3.3";
 
   src = fetchFromGitHub {
     owner = "firewalld";
     repo = "firewalld";
     rev = "v${version}";
-    sha256 = "sha256-xQQRhrbO1m80cgtO3JD4Nq42lh4HGA+a+yZvFYvbyaQ=";
+    sha256 = "sha256-PZ+ZaHRZsfW/VNXQXdr/a+UAGJeDUBytre5bH1WDSzY=";
   };
 
   patches = [