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

glooctl: 1.13.11 -> 1.13.12
This commit is contained in:
figsoda 2023-04-19 13:56:00 -04:00 committed by GitHub
commit 9d1a3e49d4
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.11";
version = "1.13.12";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-K3tk55YPgBSF0YrxSw8zypnzgwEiyEPAAbiGyuKId9o=";
hash = "sha256-JGmt07aXcxbPH772oWTD7YPvLLuxZGy8rdXEN1EgCNc=";
};
subPackages = [ "projects/gloo/cli/cmd" ];