Merge pull request #249129 from kashw2/gatekeeper

gatekeeper: 3.12.0 -> 3.13.0
This commit is contained in:
Weijia Wang 2023-09-01 23:26:26 +02:00 committed by GitHub
commit 7c002aa8c2
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.12.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
sha256 = "sha256-DGLod05gmDzItPOBaGc2X/oMXSzvH932Wa44R+DUt/U=";
hash = "sha256-7ciI8KgkC1NRYP8bFW5RnZ2oLXaCuPHQBd2tvgQ+YO8=";
};
vendorHash = null;