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

glooctl: 1.12.7 -> 1.12.9
This commit is contained in:
Bobby Rong 2022-08-27 17:15:00 +08:00 committed by GitHub
commit faa0dba5cb
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.12.7";
version = "1.12.9";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-GFexXy/vH8rbtoxGo0Sy6cO+FxLTGaO67BkBPgaHuws=";
hash = "sha256-FSZTonoMojBsp+6K4gID2X92wcOE009hTPNqONxRbps=";
};
subPackages = [ "projects/gloo/cli/cmd" ];