glooctl: 1.18.16 -> 1.18.17

This commit is contained in:
R. Ryantm
2025-05-13 07:08:08 +00:00
parent d1fea30398
commit b01124614f
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "glooctl";
version = "1.18.16";
version = "1.18.17";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-+GQLmmIU+b7GczeypHZ+Z3UyOafWrAUBgtVFMJV+WSE=";
hash = "sha256-WaQXS7/Rsl7jGfwcfwI4IAvWACR6CU+w+95JL3T2Coo=";
};
vendorHash = "sha256-lcnsmeZ2XobBE95KqIhUZCKmevg2WEGuZC4qUVkdafM=";
vendorHash = "sha256-QS/fYVIMOqVNkej9xtim0bgKOLazwBkKpcjz1YPzQOo=";
subPackages = [ "projects/gloo/cli/cmd" ];