gatekeeper: 3.19.2 -> 3.19.3 (#425578)

This commit is contained in:
Sandro 2025-07-16 15:10:03 +02:00 committed by GitHub
commit 75228e8341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;