Skip to content

Commit

Permalink
tailscale: 0.96-33 -> 0.97-0.
Browse files Browse the repository at this point in the history
Fixes a severe bug with subnet routing.

Signed-off-by: David Anderson <dave@natulte.net>
  • Loading branch information
danderson committed Mar 18, 2020
1 parent 6e055c9 commit f61f686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/tailscale/default.nix
Expand Up @@ -2,21 +2,21 @@

buildGoModule rec {
pname = "tailscale";
version = "0.96-33";
version = "0.97-0";

src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "19cc4f8b8ecfdc16136d8489a1c2b899f556fda7";
sha256 = "0kcf3mz7fs15dm1dnkvrmdkm3agrl1zlg9ngb7cwfmvkkw1rkl6i";
rev = "dd14b658a2f42a3b4d78682e4f4f82f730262c5c";
sha256 = "0ckjqhj99c25h8xgyfkrd19nw5w4a7972nvba9r5faw5micjs02n";
};

nativeBuildInputs = [ makeWrapper ];

CGO_ENABLED = 0;

goPackagePath = "tailscale.com";
modSha256 = "1pjqfzw411k6kw8hqf56irnlhnl8947p1ad8yd84zvqqpzfs3jmz";
modSha256 = "0anpakcqz4irwxnm0iwm7wqzh84kv3yxxdvyr38154pbd0ys5pa2";
subPackages = [ "cmd/tailscale" "cmd/tailscaled" ];

postInstall = ''
Expand Down

0 comments on commit f61f686

Please sign in to comment.