3
0
Fork 0
forked from mirrors/nixpkgs

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

glooctl: 1.10.10 -> 1.11.25
This commit is contained in:
Bobby Rong 2022-07-31 21:57:33 +08:00 committed by GitHub
commit 36f2798abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];