gatekeeper: 3.15.1 -> 3.16.0

This commit is contained in:
R. Ryantm
2024-05-10 01:46:58 +00:00
parent 0c9055e823
commit c57302bcfc
@@ -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;