about summary refs log tree commit diff
path: root/pkgs/applications/networking/firewalld
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-29 13:45:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-29 13:45:05 +0000
commit660c9c8a1bfbc030e393e6fa4557f917de29ab61 (patch)
tree3ad0706f80f99796d6c59bc53394389a55d0cdf5 /pkgs/applications/networking/firewalld
parentd07c45feb55a838c5060f424f88aefbc88c25036 (diff)
firewalld-gui: 1.2.0 -> 1.2.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 5ec7bf0447367..a684ac49d2968 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.2.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "firewalld";
     repo = "firewalld";
     rev = "v${version}";
-    sha256 = "sha256-lLS4ISmx+BgAExiqNpYcSIFpSenRs4Kh25WyvTxPqPg=";
+    sha256 = "sha256-8LLhrAArqa7t9vPe9TE2F0eTfScHFtfolfcXcfboKZQ=";
   };
 
   patches = [