Skip to content

Commit

Permalink
Merge pull request #94209 from danderson/master
Browse files Browse the repository at this point in the history
tailscale: 0.100.0-153 -> 1.0.0
  • Loading branch information
marsam authored Jul 30, 2020
2 parents 008deaf + 19661ef commit 0e623f1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/servers/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@

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 ];

CGO_ENABLED = 0;

goPackagePath = "tailscale.com";
vendorSha256 = "0xp8dq3bsaipn9hyp3daqljj3k7zrkbbyk9jph0x59qwpljl0nhz";
vendorSha256 = "0l9lzwwvshg9a2kmmq1cvvlaxncbas78a9hjhvjjar89rjr2k2sv";
subPackages = [ "cmd/tailscale" "cmd/tailscaled" ];

postInstall = ''
Expand Down

0 comments on commit 0e623f1

Please sign in to comment.