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

gatekeeper: 3.16.0 -> 3.16.2
This commit is contained in:
Nick Cao 2024-05-22 21:18:04 -04:00 committed by GitHub
commit 1260815c75
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.0";
version = "3.16.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-IIqucBPuEHymfg7nLmxXMrq1aaB6SFPrczPj4BH8Zyw=";
hash = "sha256-lpnli05nRKwEdG9k4j+pSAKxNoFBBeOhwd8iYbelwoc=";
};
vendorHash = null;