brev-cli 0.6.244 -> 0.6.249 https://github.com/brevdev/brev-cli/releases attrpath: brev-cli Checking auto update branch... No auto update branch exists Old version 0.6.244" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "brev-cli"; version = "0.6.249"; src = fetchFromGitHub { owner = "brevdev"; repo = pname; rev = "v${version}"; sha256 = "sha256-Og6NrjSm27OM671icJavK44UQwyA59cA3IZ9ff+Wu2c="; }; vendorHash = "sha256-IR/tgqh8rS4uN5jSOcopCutbHCKHSU9icUfRhOgu4t8="; 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 ]; }; }