firewalld-gui: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-04-19 02:43:20 +00:00
parent 8d9f42c3a2
commit 9f9e7b3004

View file

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