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

glooctl: 1.13.3 -> 1.13.4
This commit is contained in:
Weijia Wang 2023-01-31 15:18:34 +01:00 committed by GitHub
commit c400996878
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.13.3";
version = "1.13.4";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-nxClmCY/joLJw87IQx9DvAZLv5LgOLGlp9Unh37OKgg=";
hash = "sha256-eyfMWum1fZUq4iF77Q+0FP2Rdq2P+xK0au3ytN8MS+k=";
};
subPackages = [ "projects/gloo/cli/cmd" ];
vendorHash = "sha256-Lpc/fzOJLIyI2O5DP8K/LBYg6ZA1ixristercAM5VUQ=";
vendorHash = "sha256-sQv6g0Xgs+6jgxacWJwE3dK3GimfiPHly0Z0rvdKNE4=";
nativeBuildInputs = [ installShellFiles ];