about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-20 11:35:39 +0200
committerGitHub <noreply@github.com>2022-10-20 11:35:39 +0200
commitd0a606b5d8d98047e295b50bc0df1d15831b2448 (patch)
tree8c55502f41ba2f2c786b1164d6f65d304edda067 /pkgs/applications
parenta32928909651e481a525fe3bb8e3eaab65b6e74c (diff)
parent9487528bab5cc1f8636657fde35c668aaa2c6cbd (diff)
Merge pull request #196903 from r-ryantm/auto-update/gatekeeper
Diffstat (limited to 'pkgs/applications')
-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 13a4d05f52716..3edf48b932e19 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.9.2";
+  version = "3.10.0";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "gatekeeper";
     rev = "v${version}";
-    sha256 = "sha256-g6OwUCUR/F4v62yt3cCnAcys0tYYYrYVHC8vZZF5OQ4=";
+    sha256 = "sha256-4U03gdOls1uPpTqxmjLo1ruE4eeuUlGxphOgS9e5C1A=";
   };
 
   vendorSha256 = null;