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

glooctl: 1.14.4 -> 1.14.5
This commit is contained in:
Nick Cao 2023-05-23 20:24:30 -06:00 committed by GitHub
commit 591eb49bd2
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.4";
version = "1.14.5";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-x9vF9JEx1NCc8g7QP1QxnzxTEyLHLoSFX9QUIy7St8o=";
hash = "sha256-j20YngPgM/ZUMerX3H7lqYQKvD6w0jAuZC+xFlIWobQ=";
};
subPackages = [ "projects/gloo/cli/cmd" ];