2022-12-03T19:45:11 brev-cli 0.6.184 -> 0.6.185 https://github.com/brevdev/brev-cli/releases 2022-12-03T19:45:14 attrpath: brev-cli 2022-12-03T19:45:14 Checking auto update branch... 2022-12-03T19:45:14 No auto update branch exists 2022-12-03T19:45:14 Old version 0.6.184" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "brev-cli"; version = "0.6.185"; src = fetchFromGitHub { owner = "brevdev"; repo = pname; rev = "v${version}"; sha256 = "sha256-vxU+UDPnW4OfhEs66ynN7tFbi8aIHIgLFx/jx+2Fp2w="; }; vendorSha256 = "sha256-uaLoh1VhJAT5liGqL77DLhAWviy5Ci8B16LuzCWuek8="; CGO_ENABLED = 0; subPackages = [ "." ]; ldflags = [ "-s" "-w" "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${src.rev}" ]; postInstall = '' mv $out/bin/brev-cli $out/bin/brev ''; meta = with lib; { description = "Connect your laptop to cloud computers"; homepage = "https://github.com/brevdev/brev-cli"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; }; }