From 8129c42267c0798c755df9d6d2ecf3de47c91b19 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Wed, 5 Nov 2025 07:51:18 -0800 Subject: [PATCH] tailscale: 1.90.4 -> 1.90.6 Changelog: https://tailscale.com/changelog#2025-10-31 - 1.90.6 (Oct 31, 2025): App connectors: Fixed an issue where routes would stall and fail to apply when updated repeatedly in a short time period - 1.90.5 (Oct 30, 2025) Tailscale SSH: Fixed a bug where SSH connections would hang for 10 seconds when connecting to `tsrecorder` (this affected tailnets using Tailscale SSH recording) --- 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 814ab17f72cc..590fdc997d6f 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.4"; + version = "1.90.6"; outputs = [ "out" @@ -35,10 +35,10 @@ buildGoModule (finalAttrs: { owner = "tailscale"; repo = "tailscale"; tag = "v${finalAttrs.version}"; - hash = "sha256-0d6NwGH79TFqOpbu8EUw/lhk+1gF7TupVxFW18pqRmc="; + hash = "sha256-Uy5HDhZTO/lydVzT/dzp8OWgaZ8ZVQo0b7lvvzXyysI="; }; - vendorHash = "sha256-rV3C2Vi48FCifGt58OdEO4+Av0HRIs8sUJVvp/gEBLw="; + vendorHash = "sha256-AUOjLomba75qfzb9Vxc0Sktyeces6hBSuOMgboWcDnE="; nativeBuildInputs = [ makeWrapper