about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/gatekeeper
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-22 08:15:57 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-22 08:16:14 +1000
commitea3df1934f447a126a5a6235953e73b39458c674 (patch)
treead2558ac72796e49bf00861fd8e283270b0221d9 /pkgs/applications/networking/cluster/gatekeeper
parent4b81a2e7355ebf53b3fc11c06620e3010b143a48 (diff)
gatekeeper: 3.12.0 -> 3.13.0
Diffstat (limited to 'pkgs/applications/networking/cluster/gatekeeper')
-rw-r--r--pkgs/applications/networking/cluster/gatekeeper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/gatekeeper/default.nix b/pkgs/applications/networking/cluster/gatekeeper/default.nix
index 51c5446516548..05fa118e2a074 100644
--- a/pkgs/applications/networking/cluster/gatekeeper/default.nix
+++ b/pkgs/applications/networking/cluster/gatekeeper/default.nix
@@ -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;