Merge pull request #83238 from danderson/master

tailscale: switch version and git ref to use a tag.
This commit is contained in:
worldofpeace 2020-03-23 15:45:38 -04:00 committed by GitHub
commit d7da377773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "tailscale";
version = "0.97-0";
version = "0.97";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "dd14b658a2f42a3b4d78682e4f4f82f730262c5c";
rev = "v${version}";
sha256 = "0ckjqhj99c25h8xgyfkrd19nw5w4a7972nvba9r5faw5micjs02n";
};