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>2022-07-28 12:12:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 12:12:27 +0000
commita6a86f5b995417cc01fd44af163282cd289799e6 (patch)
tree2544aadf78e3d3e3c8599f6da00816ae84796ae1 /pkgs/applications/networking/cluster/gatekeeper
parentbba87fc2a33618d86233fbdddc6b84971e6b5558 (diff)
gatekeeper: 3.8.1 -> 3.9.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 714d1e1e4d8ea..8dbe5f4659f04 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.8.1";
+  version = "3.9.0";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "gatekeeper";
     rev = "v${version}";
-    sha256 = "sha256-zEUH88sjgR738BXK2oSSM6jf5oHZt0VJv61BcxclG1Q=";
+    sha256 = "sha256-hZ8PBJ+6G0A5tVrJfxy2rODxOxQarQg6mxG3sQCqjfY=";
   };
 
   vendorSha256 = null;