Merge pull request #138521 from LeSuisse/tailscale-1.14.3

tailscale: 1.14.0 -> 1.14.3
This commit is contained in:
figsoda 2021-09-19 12:10:35 -04:00 committed by GitHub
commit b1e4038887
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.14.0";
version = "1.14.3";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-FlPb7PtX/q34I7DZBLB9RIlg9tjKqktwn7N8Pv02hYc=";
sha256 = "sha256-IXnkKKyjnktGjz3Osi2qYnrcDHC3Xfcr1oku/P0s0xk=";
};
nativeBuildInputs = [ makeWrapper ];