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>2023-10-30 15:33:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-30 15:33:46 +0000
commit52bd1c63e57db51229597f0be9aab9382ae8d2e0 (patch)
treed518e4919bce7df2de7df7704e0d7247ce036761 /pkgs/applications/networking/cluster/gatekeeper
parent3e93e2445ab48d167d27cf0d45f684cb0a389810 (diff)
gatekeeper: 3.13.2 -> 3.13.3
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 70c464bb7c9b3..00816c0203ee8 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.2";
+  version = "3.13.3";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "gatekeeper";
     rev = "v${version}";
-    hash = "sha256-4d0AZknOPQR84HbZiYgXAR/HA82cYes+gzoLWw4SVgA=";
+    hash = "sha256-kLDriWkzOX4mC4VTpkyEtMTpOSoR0BsCwVeWLCfaY5w=";
   };
 
   vendorHash = null;