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

glooctl: 1.12.12 -> 1.12.15
This commit is contained in:
Mario Rodas 2022-09-13 01:22:57 -05:00 committed by GitHub
commit d99e0c6fc2
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.12";
version = "1.12.15";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-aQUN1T6AH1TRj2pPkNFoS5Fmo3NPmmiEXFZfFeXtN1w=";
hash = "sha256-HOWBigwW5JagFG1MfcFIXSzveGAj1BWjLbJL9ESLgAQ=";
};
subPackages = [ "projects/gloo/cli/cmd" ];