From 7e7d0c93f886c1b79f2f28b67764404841c83a9c Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Tue, 16 Dec 2025 17:10:23 -0800 Subject: [PATCH] tailscale: 1.90.9 -> 1.92.3 tailscale (1.92.3) * Fix panic in client during automatic WireGuard configuration. tailscale (1.92.1) * Feature: Support PROXY protocol in Tailscale Funnel and Serve to forward client source IP and port. * Feature: Add support for static Peer Relay endpoints via 'tailscale set --relay-server-static-endpoints'. * Feature: Add support for Workload Identity Federation authentication in 'tailscale up' via '--client-id' and '--id-token' flags. * Feature: Allow configuring remote targets as destinations for Tailscale Services. * Improvement: Enhance Peer Relay connection reliability by sending multiple forward bind packets per handshake. * Improvement: Include more candidate IP:port pairs in Peer Relay endpoint advertisements. * Improvement: Automatically record node peer information in network flow logs. * Improvement: Stabilize JSON output format for 'tailscale lock log'. --- pkgs/by-name/ta/tailscale/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ta/tailscale/package.nix b/pkgs/by-name/ta/tailscale/package.nix index 9f55a5263c28..e76305461a08 100644 --- a/pkgs/by-name/ta/tailscale/package.nix +++ b/pkgs/by-name/ta/tailscale/package.nix @@ -24,7 +24,7 @@ buildGoModule (finalAttrs: { pname = "tailscale"; - version = "1.90.9"; + version = "1.92.3"; outputs = [ "out" @@ -35,10 +35,10 @@ buildGoModule (finalAttrs: { owner = "tailscale"; repo = "tailscale"; tag = "v${finalAttrs.version}"; - hash = "sha256-gfpjP1i9077VR/sDclnz+QXJcCffuS0i33m75zo91kM="; + hash = "sha256-6dE3kgYABAVtrAjGWnWZ3X4Aq7yJagxNEk6BSyIC3Yk="; }; - vendorHash = "sha256-AUOjLomba75qfzb9Vxc0Sktyeces6hBSuOMgboWcDnE="; + vendorHash = "sha256-jJSSXMyUqcJoZuqfSlBsKDQezyqS+jDkRglMMjG1K8g="; nativeBuildInputs = [ makeWrapper