about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-05-31 15:48:02 +0100
committerGitHub <noreply@github.com>2021-05-31 15:48:02 +0100
commit1293a26299eaa825f2ba7a10b731d9f7de6a7d3e (patch)
treea97a2466eccf044100defd172aa729984301c7f1
parentcdf6c6106bc15cafe9328cc043ec0d088ac2d108 (diff)
parent8479c43fa23452a9ed915dcb2130845a8295d662 (diff)
Merge pull request #125058 from NixOS/backport-124762-to-release-21.05
[Backport release-21.05] tailscale: 1.8.5 -> 1.8.6
-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 ];