1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-tbYUxqDtMIlHJ+bIE9PDDhPTSQKaZYObuRFSyRkh8+Y=";
14 vendorSha256 = "sha256-EeGNH/ka9Mt0vVtZfizXdTqf1f3H1aM5GITUyp+2FxM=";
16 subPackages = [ "cmd/docker-credential-up" "cmd/up" ];
21 "-X github.com/upbound/up/internal/version.version=v${version}"
26 "CLI for interacting with Upbound Cloud, Upbound Enterprise, and Universal Crossplane (UXP)";
27 homepage = "https://upbound.io";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ lucperkins ];