glooctl: 1.17.6 -> 1.17.8

This commit is contained in:
R. Ryantm 2024-09-17 04:23:43 +00:00
parent 02b583705c
commit ac0aabb257

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "glooctl";
version = "1.17.6";
version = "1.17.8";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-uuT/3MU9qdtdCaELkwKCLdif9MqAt2gDnwjH1LrsF8U=";
hash = "sha256-xHAxrAhKrGyH10yOmXRUnR8iI/Bapjx1XKUfklTZKzw=";
};
vendorHash = "sha256-C8zzNMHA4tKIUncqUJRE3VZFJO8KEX8GbOcTvbOnmU0=";
vendorHash = "sha256-zT6AVDYzDf+8DuPoJxu0RZ4djVIOq9dZDTHcjldE95Y=";
subPackages = [ "projects/gloo/cli/cmd" ];