about summary refs log tree commit diff
path: root/pkgs/applications/networking/firewalld
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 08:12:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 08:12:55 +0000
commit125e526581d9a082ec0dacaba7ce752ecdc7ba5a (patch)
tree69dee3a534f205a3e9d240c88ba5642e878fcefa /pkgs/applications/networking/firewalld
parent338a8dc6c108e5cae1e2d24dc131bdef4f6e24c1 (diff)
firewalld: 2.0.2 -> 2.1.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 0af5c0c9caacc..26b09fbc067d5 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.2";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "firewalld";
     repo = "firewalld";
     rev = "v${version}";
-    sha256 = "sha256-nCCIi+UAQqvx+IqQDr6tQj42OHYamvCnKeBJOm6XjZE=";
+    sha256 = "sha256-3kP8Z8YtIcLHOFj9gqspSClsxWiefOqZlJQ5OzNZPeY=";
   };
 
   patches = [