2022-12-24T03:30:31 glooctl 1.12.37 -> 1.13.1 https://github.com/solo-io/gloo/releases 2022-12-24T03:30:34 attrpath: glooctl 2022-12-24T03:30:34 Checking auto update branch... 2022-12-24T03:30:34 No auto update branch exists 2022-12-24T03:30:34 Old version 1.12.37" not present in staging derivation file with contents: { lib, buildGoModule, fetchFromGitHub, installShellFiles }: buildGoModule rec { pname = "glooctl"; version = "1.12.33"; src = fetchFromGitHub { owner = "solo-io"; repo = "gloo"; rev = "v${version}"; hash = "sha256-T/fkQxRcwDYppGpAu1sBg8Oe8dAa4Bk/jt4jYMikPBE="; }; subPackages = [ "projects/gloo/cli/cmd" ]; vendorSha256 = "sha256-G26BfTdXMQP0U4FDRYkJNfUOGfqow714WPNBnBrXLZQ="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' mv $out/bin/cmd $out/bin/glooctl export HOME=$TMP installShellCompletion --cmd glooctl \ --bash <($out/bin/glooctl completion bash) \ --zsh <($out/bin/glooctl completion zsh) ''; ldflags = [ "-s" "-w" "-X github.com/solo-io/gloo/pkg/version.Version=${version}" ]; meta = with lib; { description = "glooctl is the unified CLI for Gloo"; homepage = "https://docs.solo.io/gloo-edge/latest/reference/cli/glooctl/"; license = licenses.asl20; maintainers = with maintainers; [ nelsonjeppesen ]; }; }