glooctl: 1.13.14 -> 1.14.1

This commit is contained in:
R. Ryantm 2023-04-30 08:28:03 +00:00
parent 46285d5069
commit 9464ad20a7

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "glooctl";
version = "1.13.14";
version = "1.14.1";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-zqwehcLiBj75+oeNJJXw1ateA1aukCUo+rNxFe59iGc=";
hash = "sha256-T8YKIUaUFhkl2iLV/6GjcjN28YmFo8fnQsYv78j3fvI=";
};
subPackages = [ "projects/gloo/cli/cmd" ];
vendorHash = "sha256-BRF4kc2Yers3jV2YqG7koycFK34i8NqTcuyt1oGXzsU=";
vendorHash = "sha256-NuvwqpZix7VJ65bkCKju8cJaGbNnyKSZyJ02IHK9SHA=";
nativeBuildInputs = [ installShellFiles ];