1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-npWCGR0/iXAF7efreWhpwqboXJ24lqk5TPaB7glwEFI=";
14 vendorHash = "sha256-f/RPyjrC5FsOjC5wnBtqEbLeVX7VeiVYFpRXcQ2lTc4=";
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 ];