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

glooctl: 1.14.6 -> 1.14.7
This commit is contained in:
figsoda 2023-06-11 23:02:50 -04:00 committed by GitHub
commit 586b1ee5d2
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.6";
version = "1.14.7";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-rALTZUztLZXBlKA3y9mUe/h9diGD6kOpLcD0nOIHr0w=";
hash = "sha256-nd7/B3GQzcnOn8rWQi8ZzxYa0CBFfacBFtctgpJYKLs=";
};
subPackages = [ "projects/gloo/cli/cmd" ];