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

gatekeeper: 3.13.3 -> 3.13.4
This commit is contained in:
Robin Gloster 2023-11-24 02:41:25 +01:00 committed by GitHub
commit bc72438200
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.3";
version = "3.13.4";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-kLDriWkzOX4mC4VTpkyEtMTpOSoR0BsCwVeWLCfaY5w=";
hash = "sha256-h6GxU7y6z5wyZjuK7wI6BG0aF2u6hqLsID7ijTNzifc=";
};
vendorHash = null;