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

gatekeeper: 3.10.0 -> 3.12.0
This commit is contained in:
Sandro 2023-04-20 10:45:51 +02:00 committed by GitHub
commit 55cf5fdabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gatekeeper"; pname = "gatekeeper";
version = "3.10.0"; version = "3.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-policy-agent"; owner = "open-policy-agent";
repo = "gatekeeper"; repo = "gatekeeper";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4U03gdOls1uPpTqxmjLo1ruE4eeuUlGxphOgS9e5C1A="; sha256 = "sha256-DGLod05gmDzItPOBaGc2X/oMXSzvH932Wa44R+DUt/U=";
}; };
vendorSha256 = null; vendorHash = null;
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles