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

glooctl: 1.13.2 -> 1.13.3
This commit is contained in:
Mario Rodas 2023-01-22 09:46:57 -05:00 committed by GitHub
commit 30fa02bb7a
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.13.2";
version = "1.13.3";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-sCtRNdQRSPpIBSwtQMoetKmFLYUe3w1esogdkLqTHbk=";
hash = "sha256-nxClmCY/joLJw87IQx9DvAZLv5LgOLGlp9Unh37OKgg=";
};
subPackages = [ "projects/gloo/cli/cmd" ];