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

glooctl: 1.13.9 -> 1.13.10
This commit is contained in:
Weijia Wang
2023-03-15 22:53:45 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.13.9";
version = "1.13.10";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-rlZtZC5D5wSYVjP/IHSY9eSfaGRGhtfndkC6PYDMXqg=";
hash = "sha256-PsdaGVBEslcBMNCj1NQozwbrRx1Nx7Z5+jtZLCrJwDU=";
};
subPackages = [ "projects/gloo/cli/cmd" ];