firewalld: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2022-12-01 22:44:52 +00:00
parent 4c5c40f176
commit c1d7d635db

View File

@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation rec {
pname = "firewalld";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "firewalld";
repo = "firewalld";
rev = "v${version}";
sha256 = "sha256-8LLhrAArqa7t9vPe9TE2F0eTfScHFtfolfcXcfboKZQ=";
sha256 = "sha256-RdkGwhSx/zluCtBj8hGjkvJ11ZgPRMM9wWoE+/ynnDc=";
};
patches = [