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

gatekeeper: 3.16.3 -> 3.17.0
This commit is contained in:
Sandro 2024-08-22 09:28:48 +02:00 committed by GitHub
commit 4b324f9fd8
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.16.3";
version = "3.17.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-G/ELuaUSlyeNcN6v1/xubF+VjvltdLKYmwlYWKzQiuw=";
hash = "sha256-33imFUFIonE5DTNwAKgJQd4jQ/lLap3LmVTqn9nxj98=";
};
vendorHash = null;