Commit 1a63bf46 authored by Philip Taron's avatar Philip Taron Committed by github-actions[bot]
Browse files

tailscale: 1.90.8 -> 1.90.9

Diff: https://github.com/tailscale/tailscale/compare/v1.90.8...v1.90.9

Changelog: https://tailscale.com/changelog#client

Two fixes:

* `tailscaled` no longer deadlocks during event bursts.
* The client no longer hangs after wake up when [port mapping](https://tailscale.com/kb/1411/device-connectivity#port-mapping) is in use and interfaces are slow to become available.

(cherry picked from commit 13cf9b94)
parent 330fc1a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildGoModule (finalAttrs: {
  pname = "tailscale";
  version = "1.90.8";
  version = "1.90.9";

  outputs = [
    "out"
@@ -35,7 +35,7 @@ buildGoModule (finalAttrs: {
    owner = "tailscale";
    repo = "tailscale";
    tag = "v${finalAttrs.version}";
    hash = "sha256-opZ0EsHGBXE+ZGUKuxu8+RH7aA9RXJ08BuHpqDuKX60=";
    hash = "sha256-gfpjP1i9077VR/sDclnz+QXJcCffuS0i33m75zo91kM=";
  };

  vendorHash = "sha256-AUOjLomba75qfzb9Vxc0Sktyeces6hBSuOMgboWcDnE=";