glooctl: 1.14.4 -> 1.14.5

This commit is contained in:
R. Ryantm 2023-05-23 23:22:07 +00:00
parent 0e3f4da01d
commit 9de1dc4a7b

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" ];