Merge pull request #240302 from r-ryantm/auto-update/glooctl

glooctl: 1.14.8 -> 1.14.9
This commit is contained in:
figsoda 2023-06-28 09:54:26 -04:00 committed by GitHub
commit 861f28dd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.14.8";
version = "1.14.9";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-OnoOZw85RffGiAPiAM8WLg2TjW1REgirvfAjFYt8/yY=";
hash = "sha256-PJvr62slTW3IoauLtRH88BDMpf3qGOWADjj4L4wQBLo=";
};
subPackages = [ "projects/gloo/cli/cmd" ];