glooctl: 1.10.10 -> 1.11.25

This commit is contained in:
R. Ryantm 2022-07-29 11:17:35 +00:00
parent 1d523e2fbb
commit bcec029310

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "glooctl";
version = "1.10.10";
version = "1.11.25";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-Be0ejIQ3euKXX6wc1abXz8BphhrDnBMP0GzmnrF7C/4=";
hash = "sha256-AwzqaysSjVlWJAzib0i1T76fe/C9bKGlSofa6Ipk8Go=";
};
subPackages = [ "projects/gloo/cli/cmd" ];
vendorSha256 = "1s3s4n2wgi4azwkmg9zw2a3gz378nb1i41p3s8aixfbf6fsqc6ga";
vendorSha256 = "sha256-/H1gpQy2NVGiKZVEgTsvde/+x/ae/txu3HaBGNjhMKM=";
nativeBuildInputs = [ installShellFiles ];