about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
author蛇崩乃音 <jakuzure@users.noreply.github.com>2021-05-28 16:47:33 +0200
committerGitHub <noreply@github.com>2021-05-28 16:47:33 +0200
commit57f67a8ec02025cd4e562bbfb9f0f6924e755544 (patch)
tree6a38caa8965ac7b92f14013573179ebb0b48dd07 /pkgs/servers/tailscale
parent2d7fa67f3afa3776377b2c425e6d228cecf743ff (diff)
tailscale: 1.8.3 -> 1.8.5
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 bd75a45154d62..be3b4209eb9e9 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.8.5";
+  version = "1.8.6";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "0wr6zb8v5082gbh0isz8inmndvqfqgmh5bgaz8ij2id5qwx5znx6";
+    sha256 = "1h3ry4y62wwcv4z3yjqal4ch4xy40k9s3rq20lqs3r58kblnaxs2";
   };
 
   nativeBuildInputs = [ makeWrapper ];