tailscale: 1.8.3 -> 1.8.5

(cherry picked from commit 57f67a8ec02025cd4e562bbfb9f0f6924e755544)
This commit is contained in:
蛇崩乃音 2021-05-28 16:47:33 +02:00 committed by github-actions[bot]
parent d25ea6a0d2
commit 8479c43fa2
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];