about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/gatekeeper
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-19 00:48:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-19 00:48:56 +0000
commita0e3878890c12247102c188e44fc55fa20391692 (patch)
treeb4776eba0ffb5bec3ee22dc3ef1dae27dfb3e354 /pkgs/applications/networking/cluster/gatekeeper
parent7d9a498788cfbbb793bcacb8eb894a7bc44ceb92 (diff)
gatekeeper: 3.10.0 -> 3.12.0
Diffstat (limited to 'pkgs/applications/networking/cluster/gatekeeper')
-rw-r--r--pkgs/applications/networking/cluster/gatekeeper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/gatekeeper/default.nix b/pkgs/applications/networking/cluster/gatekeeper/default.nix
index 3edf48b932e19..51c5446516548 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