3
0
Fork 0
forked from mirrors/nixpkgs

glooctl: 1.12.33 -> 1.12.37

This commit is contained in:
R. Ryantm 2022-12-17 09:40:19 +00:00 committed by Bobby Rong
parent 3edd93c8ee
commit c59b2d51c0

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "glooctl";
version = "1.12.33";
version = "1.12.37";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-T/fkQxRcwDYppGpAu1sBg8Oe8dAa4Bk/jt4jYMikPBE=";
hash = "sha256-3dm60ySi/IdiAzZ+LWMLwxUJRv2HX0tQR5s+XMFqyGg=";
};
subPackages = [ "projects/gloo/cli/cmd" ];
vendorSha256 = "sha256-G26BfTdXMQP0U4FDRYkJNfUOGfqow714WPNBnBrXLZQ=";
vendorSha256 = "sha256-b4Nl6uuZmcbxht4IRupyzQJL/o8nj4fIUuHvlHZWYTU=";
nativeBuildInputs = [ installShellFiles ];