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-21 23:25:18 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-21 16:21:26 -0700
commitc6913eeb39f32b27dd6b8bc453f8aa789df5a667 (patch)
tree6ddb1626a27f9754ff5e4ea62766a8a6fe7f8891 /pkgs/servers/tailscale
parent5b61edfe47ca6671fd4642588fdd1b83206ea79c (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 b71d0eb3d5e8b..bd75a45154d62 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.8.3";
+  version = "1.8.5";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "0q0nk0ychb00xhycq3kda57dzrswl8yhci7fzv8yiqzrv3ygpvyd";
+    sha256 = "0wr6zb8v5082gbh0isz8inmndvqfqgmh5bgaz8ij2id5qwx5znx6";
   };
 
   nativeBuildInputs = [ makeWrapper ];