firewalld-gui: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2023-04-26 11:06:47 +00:00
parent 8c3cac7651
commit 6bd82c1d25

View File

@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation rec {
pname = "firewalld";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "firewalld";
repo = "firewalld";
rev = "v${version}";
sha256 = "sha256-P9jErGxylTAgWGoefqglAgU7FNRVpKHVXu9JzyjBnA8=";
sha256 = "sha256-xQQRhrbO1m80cgtO3JD4Nq42lh4HGA+a+yZvFYvbyaQ=";
};
patches = [