Merge pull request #310476 from r-ryantm/auto-update/gatekeeper

gatekeeper: 3.15.1 -> 3.16.0
This commit is contained in:
Sandro 2024-05-12 17:52:40 +02:00 committed by GitHub
commit cf49358e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.15.1";
version = "3.16.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-KPRcY14IeP4WU/cnUG7JWwJcp/LN6O74u417I+qAqXE=";
hash = "sha256-IIqucBPuEHymfg7nLmxXMrq1aaB6SFPrczPj4BH8Zyw=";
};
vendorHash = null;