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

gatekeeper: 3.13.0 -> 3.13.2
This commit is contained in:
Nick Cao 2023-10-10 18:34:04 -04:00 committed by GitHub
commit a4362d8cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.13.0";
version = "3.13.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-7ciI8KgkC1NRYP8bFW5RnZ2oLXaCuPHQBd2tvgQ+YO8=";
hash = "sha256-4d0AZknOPQR84HbZiYgXAR/HA82cYes+gzoLWw4SVgA=";
};
vendorHash = null;