1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "vmware-tanzu";
9 repo = "carvel-vendir";
11 sha256 = "sha256-zoZPAJTEmKHL78wfAHqayBxw8tRANIsMckj+wXtbLTw=";
16 subPackages = [ "cmd/vendir" ];
19 description = "CLI tool to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively";
20 homepage = "https://carvel.dev/vendir/";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ russell ];