about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-12 17:52:40 +0200
committerGitHub <noreply@github.com>2024-05-12 17:52:40 +0200
commitcf49358e5caef633eda6b2037e6adf86bd189626 (patch)
treeafdd1f85c83c570813a2be5e2b30bcecdeb28e6d /pkgs
parent49e7c7fe0d7f62d13af79416d6d4a3f6d8b25c7c (diff)
parentc57302bcfc7315ccb9bb234eef7773dd6bc477d7 (diff)
Merge pull request #310476 from r-ryantm/auto-update/gatekeeper
gatekeeper: 3.15.1 -> 3.16.0
Diffstat (limited to 'pkgs')
-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 5558a48d9f8ee..5ddb8409d31f6 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.15.1";
+  version = "3.16.0";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "gatekeeper";
     rev = "v${version}";
-    hash = "sha256-KPRcY14IeP4WU/cnUG7JWwJcp/LN6O74u417I+qAqXE=";
+    hash = "sha256-IIqucBPuEHymfg7nLmxXMrq1aaB6SFPrczPj4BH8Zyw=";
   };
 
   vendorHash = null;