mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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 13cf9b94f2)
This commit is contained in:
committed by
github-actions[bot]
parent
330fc1a93e
commit
1a63bf4653
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user