tailscale: 1.4.4 -> 1.4.5 (#114420)

This commit is contained in:
Wael Nasreddine 2021-02-25 15:19:33 -08:00 committed by GitHub
parent aed8afc300
commit d470cd98c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-zrKkBbsvIqJkPysKx3nJ3EIbePWMZCX9eegekAoqMqk=";
sha256 = "sha256-PMBlvres95UIbd3uqZWPE3OzyrEAGEXit/Z7X1p46GY=";
};
nativeBuildInputs = [ makeWrapper ];