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>2024-02-06 05:35:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-06 05:35:58 +0000
commit40145eef08904e5bdcb77bf1b07dd73dc89355be (patch)
treeb9b62b90fd09b764ef58827fa126ff9922619d3a /pkgs/applications/networking/cluster/gatekeeper
parent7aeb86c1fab782a971d7ed2d15ff026fc2dadb42 (diff)
gatekeeper: 3.13.4 -> 3.15.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 3926feebfc046..3d36d7c499ed9 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.13.4";
+  version = "3.15.0";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "gatekeeper";
     rev = "v${version}";
-    hash = "sha256-h6GxU7y6z5wyZjuK7wI6BG0aF2u6hqLsID7ijTNzifc=";
+    hash = "sha256-Mt9bSgmqjj9KkJJW0F2tr2P8GtSy80h9CfMXvIxyKc4=";
   };
 
   vendorHash = null;