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

glooctl: 1.14.2 -> 1.14.4
This commit is contained in:
figsoda
2023-05-20 22:27:12 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.14.2";
version = "1.14.4";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-g/gn08Mpwocf5SBJu93bMNiAlg9osIWUy0skV3JzmMk=";
hash = "sha256-x9vF9JEx1NCc8g7QP1QxnzxTEyLHLoSFX9QUIy7St8o=";
};
subPackages = [ "projects/gloo/cli/cmd" ];