gatekeeper: 3.10.0 -> 3.12.0

This commit is contained in:
R. Ryantm 2023-04-19 00:48:56 +00:00
parent 7d9a498788
commit a0e3878890

View File

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