Merge pull request #226970 from r-ryantm/auto-update/firewalld-gui

firewalld-gui: 1.3.0 -> 1.3.1
This commit is contained in:
Sandro 2023-04-20 10:45:28 +02:00 committed by GitHub
commit 0c853d0573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [