From a0e3878890c12247102c188e44fc55fa20391692 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Apr 2023 00:48:56 +0000 Subject: [PATCH] gatekeeper: 3.10.0 -> 3.12.0 --- pkgs/applications/networking/cluster/gatekeeper/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/gatekeeper/default.nix b/pkgs/applications/networking/cluster/gatekeeper/default.nix index 3edf48b932e1..51c544651654 100644 --- a/pkgs/applications/networking/cluster/gatekeeper/default.nix +++ b/pkgs/applications/networking/cluster/gatekeeper/default.nix @@ -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