tailscale: 1.0.0 -> 1.0.3

This commit is contained in:
R. RyanTM 2020-08-11 15:00:13 +00:00
parent f707715136
commit 998d0764f9

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.0.0";
version = "1.0.3";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "0lxffm4z4qx6psfcxjanlxsrf6iqmkbn19b1pm5ikphqr33y8qqh";
sha256 = "1m3cfq4qyg2l0hpk8s7nr8cw2j7akiga7x8bwyhdjifnkwsyz6x7";
};
nativeBuildInputs = [ makeWrapper ];