tailscale: 1.8.6 -> 1.8.7

This commit is contained in:
蛇崩乃音 2021-06-09 23:04:04 +02:00 committed by Raphael Megzari
parent 728ea2bbe4
commit e738529752

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.8.6";
version = "1.8.7";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "1h3ry4y62wwcv4z3yjqal4ch4xy40k9s3rq20lqs3r58kblnaxs2";
sha256 = "0mw0sizy30slgyd06syd9sqx22dxd08ncqx7srcinj1g7hxylm5z";
};
nativeBuildInputs = [ makeWrapper ];