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

glooctl: 1.14.10 -> 1.14.11
This commit is contained in:
figsoda 2023-07-15 16:47:48 -04:00 committed by GitHub
commit 0a4f20e186
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.10";
version = "1.14.11";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-eBfguD4vugGdLj6Qs1VkJVyhXYMrpcqsdTdYEDM86cc=";
hash = "sha256-c9JYrStbYhFWVAHHYz036k7DzKfVjy3LD4wg+GYcKkE=";
};
subPackages = [ "projects/gloo/cli/cmd" ];