3
0
Fork 0
forked from mirrors/nixpkgs

ytt: set version

This commit is contained in:
Jörg Thalheim 2022-07-31 14:56:17 +02:00
parent 38a95ba764
commit 1ca7038119

View file

@ -12,6 +12,10 @@ buildGoModule rec {
vendorSha256 = null;
ldflags = [
"-X github.com/vmware-tanzu/carvel-ytt/pkg/version.Version=${version}"
];
subPackages = [ "cmd/ytt" ];
meta = with lib; {