tailscale: 0.100.0-153 -> 1.0.0

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson 2020-07-30 02:43:04 +00:00
parent eaca8a71ec
commit 19661efa6a

View file

@ -2,16 +2,13 @@
buildGoModule rec {
pname = "tailscale";
# Tailscale uses "git describe" as version numbers. 0.100.0-153
# means "tag v0.100.0 plus 153 commits", which corresponds to the
# commit hash below.
version = "0.100.0-153";
version = "1.0.0";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "1alvsbkpmkra26imhr2927jqwqxcp9id6y8l9mgxhyh3z7qzql8w";
sha256 = "0lxffm4z4qx6psfcxjanlxsrf6iqmkbn19b1pm5ikphqr33y8qqh";
};
nativeBuildInputs = [ makeWrapper ];
@ -19,7 +16,7 @@ buildGoModule rec {
CGO_ENABLED = 0;
goPackagePath = "tailscale.com";
vendorSha256 = "0xp8dq3bsaipn9hyp3daqljj3k7zrkbbyk9jph0x59qwpljl0nhz";
vendorSha256 = "0l9lzwwvshg9a2kmmq1cvvlaxncbas78a9hjhvjjar89rjr2k2sv";
subPackages = [ "cmd/tailscale" "cmd/tailscaled" ];
postInstall = ''