about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
author蛇崩乃音 <jakuzure@users.noreply.github.com>2021-06-09 23:04:04 +0200
committerRaphael Megzari <raphael@megzari.com>2021-06-10 12:03:32 +0900
commite73852975221721690e182ef6a6d4a0369301a05 (patch)
tree928aae4361c23a61d38c5fc1e4987e33e798978a /pkgs/servers/tailscale
parent728ea2bbe4132538c7f80643cf74ebe64b00364a (diff)
tailscale: 1.8.6 -> 1.8.7
Diffstat (limited to 'pkgs/servers/tailscale')
-rw-r--r--pkgs/servers/tailscale/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix
index be3b4209eb9e9..cc80acd422650 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.8.6";
+  version = "1.8.7";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "1h3ry4y62wwcv4z3yjqal4ch4xy40k9s3rq20lqs3r58kblnaxs2";
+    sha256 = "0mw0sizy30slgyd06syd9sqx22dxd08ncqx7srcinj1g7hxylm5z";
   };
 
   nativeBuildInputs = [ makeWrapper ];