about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 10:28:54 +0100
committerGitHub <noreply@github.com>2024-01-20 10:28:54 +0100
commit6daa97939876ae10fc642ed966023f24c08b84cb (patch)
tree2618a22803dbe2fc9b704502c1e5dc0501b4df88 /pkgs/applications/networking/cluster
parent803ed0a3506d603ccbd0e2108a9889a0df96e190 (diff)
parent0d9fa804c1e002c373ef5f7f0b5c13f22c394193 (diff)
Merge pull request #278899 from r-ryantm/auto-update/glooctl
glooctl: 1.15.18 -> 1.15.19
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/glooctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/glooctl/default.nix b/pkgs/applications/networking/cluster/glooctl/default.nix
index d3b7a9e1a003c..bdb256c28fb83 100644
--- a/pkgs/applications/networking/cluster/glooctl/default.nix
+++ b/pkgs/applications/networking/cluster/glooctl/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "glooctl";
-  version = "1.15.18";
+  version = "1.15.19";
 
   src = fetchFromGitHub {
     owner = "solo-io";
     repo = "gloo";
     rev = "v${version}";
-    hash = "sha256-oHwo0I3OFfilLg2tlL0EycTo6BC7LYbzg7dxgfz/XeI=";
+    hash = "sha256-Tv+S0DnYOabtAVrb7W+VHzugGu2Dm2fBYsoz/DwR4xg=";
   };
 
   vendorHash = "sha256-MrTiZCvYUmdX4sK85jeeQpUupvitH6PfbQ+RfwELaV4=";