firewalld-gui: 2.2.1 -> 2.2.3 (#349692)

This commit is contained in:
Nick Cao 2024-10-19 08:46:17 -04:00 committed by GitHub
commit 1d75d8ae8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "firewalld"; pname = "firewalld";
version = "2.2.1"; version = "2.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "firewalld"; owner = "firewalld";
repo = "firewalld"; repo = "firewalld";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-VI1LyedohInmZb7heNoZ/4cvLz5IImEE2tyNylvr2mU="; sha256 = "sha256-ugDleco/Ep+10ku+5xcW4zq/RrhruZCRlX0zKeXzLhg=";
}; };
patches = [ patches = [