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

glooctl: 1.12.17 -> 1.12.18
This commit is contained in:
Mario Rodas 2022-09-17 11:53:48 -05:00 committed by GitHub
commit 485d32d577
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.17";
version = "1.12.18";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-6lwjfJOW1T+pRU9nrZ9Pit0N0je+t829jeKmlDn9TgA=";
hash = "sha256-FzJxYbDo0bVMHLo3XBCciS/N4Jx87tDP8SQttWNqkUc=";
};
subPackages = [ "projects/gloo/cli/cmd" ];