forked from mirrors/nixpkgs
ytt: set version
This commit is contained in:
parent
38a95ba764
commit
1ca7038119
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue