about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-30 19:10:16 -0500
committerGitHub <noreply@github.com>2023-10-30 19:10:16 -0500
commitc7943e15473a212ab9a3de79fbaa3110e384e281 (patch)
treecd7c4df660bb1aad28d466150de5ca678ac08cd8 /pkgs/applications
parentb7cb3f7013aea8850b9a4e0a9d72c5d4c99df85d (diff)
parent52bd1c63e57db51229597f0be9aab9382ae8d2e0 (diff)
Merge pull request #264384 from r-ryantm/auto-update/gatekeeper
gatekeeper: 3.13.2 -> 3.13.3
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 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;