overlay/tailscale: set ldflags to the proper version
This commit is contained in:
parent
03daf60d1f
commit
6306fa7272
@ -22,6 +22,7 @@ let
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-CYNHD6TS9KTRftzSn9vAH4QlinqNgU/yZuUYxSvsl/M=";
|
||||
};
|
||||
ldflags = [ "-X tailscale.com/version.Long=${version}" "-X tailscale.com/version.Short=${version}" ];
|
||||
});
|
||||
};
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user