gatekeeper: 3.19.3 -> 3.20.0

This commit is contained in:
R. Ryantm
2025-07-24 19:58:00 +00:00
parent 26fe5299e6
commit 6d7e267637
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.19.3";
version = "3.20.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
tag = "v${version}";
hash = "sha256-FQ5Q9S/YvJQaa2mUWXv8huTK89SZ31UaFbBCEduGsyg=";
hash = "sha256-7DJWqm51eRGYTES2x05D2JSJwaaHiXgH4uq31nOIXIs=";
};
vendorHash = null;