gatekeeper: 3.19.2 -> 3.19.3

This commit is contained in:
R. Ryantm 2025-07-15 21:12:53 +00:00
parent ab7ac10545
commit db33c32e89

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.19.2";
version = "3.19.3";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
tag = "v${version}";
hash = "sha256-ksspmNq42Wn/4Uzi8omvzCCprP+ELHVGBImgi8GrMSk=";
hash = "sha256-FQ5Q9S/YvJQaa2mUWXv8huTK89SZ31UaFbBCEduGsyg=";
};
vendorHash = null;