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

glooctl: 1.12.0 -> 1.12.3
This commit is contained in:
figsoda 2022-08-13 22:35:18 +08:00 committed by GitHub
commit 3436c98d41
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.0";
version = "1.12.3";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-LRCdKz7vaxxQTFveHbF2WrSinPtjWP96GhqtSMLIiDs=";
hash = "sha256-0neq2EjlHddjLHyNlnqFjXCZpv8r7DGMeYNCzJUEFFg=";
};
subPackages = [ "projects/gloo/cli/cmd" ];