rosenthal: tailscale: Update to 1.90.9.

* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.90.9.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2025-12-04 15:18:05 +08:00
parent db380dc051
commit 5cae0412d7
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -259,7 +259,7 @@ a SOCKS5 proxy.")
(define-public tailscale
(package
(name "tailscale")
(version "1.90.4")
(version "1.90.9")
(source (origin
(method git-fetch)
(uri (git-reference
@ -268,7 +268,7 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version))
(sha256
(base32
"0rs6db5dfmhiaylkpv85b3xn8n7y612z1vln79m33xgvc708vpni"))
"0hyn7lxfgfvrvwi2vffz4xqcj1grydcp40zv8zavxlxxb0zn7yl1"))
(patches
(rosenthal-patches
"tailscale-set-guix-system-PATH-for-SSH.patch"))
@ -373,7 +373,7 @@ a SOCKS5 proxy.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"1g040kwafvwma0ncy8ni86zq13rv8kkz0ybbgji51w5qb3cw4pdd"))))
"0w8fkj2nw873p1911smcqxwp4jsa6hbmgz9ngxmbwswvi4pa6hq1"))))
(if (%current-target-system)
(list this-package)
'())))