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

glooctl: 1.13.8 -> 1.13.9
This commit is contained in:
Nick Cao
2023-03-08 15:08:44 +08:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.13.8";
version = "1.13.9";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-mflLB+fdNgOlxq/Y2muIyNZHZPFhL6Px355l9w54zC4=";
hash = "sha256-rlZtZC5D5wSYVjP/IHSY9eSfaGRGhtfndkC6PYDMXqg=";
};
subPackages = [ "projects/gloo/cli/cmd" ];