about summary refs log tree commit diff
diff options
context:
space:
mode:
author蛇崩乃音 <jakuzure@users.noreply.github.com>2021-05-28 16:47:33 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-05-31 10:09:03 +0000
commit8479c43fa23452a9ed915dcb2130845a8295d662 (patch)
tree47b3a653d133120615457aafc9a3d54792da6aba
parentd25ea6a0d2a847fb52131da546f2a866656fbafa (diff)
tailscale: 1.8.3 -> 1.8.5
(cherry picked from commit 57f67a8ec02025cd4e562bbfb9f0f6924e755544)
-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 ];