glooctl: 1.11.25 -> 1.12.0

This commit is contained in:
R. Ryantm 2022-08-02 16:25:16 +00:00
parent 48f4befd44
commit 263ccc48e0

View file

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