rosenthal: tailscale: Update to 1.86.2.

* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.86.2.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2025-08-23 14:49:46 +08:00
parent b30ee4ff9b
commit f844fc9e89
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -257,7 +257,7 @@ a SOCKS5 proxy.")
(define-public tailscale (define-public tailscale
(package (package
(name "tailscale") (name "tailscale")
(version "1.84.3") (version "1.86.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -266,13 +266,15 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cdmr6z351i2ammr82gvbs2x3cp9w75q0nzvvk91rsx2khvd8yyh")) "1l8wqn2pd876cyyhfr9c7ry66jll1mfn4vfxdjdfck9gm6ydz346"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
(delete-file-recursively "tool") (delete-file-recursively "tool")
(substitute* "net/tstun/tun_linux.go" (substitute* "net/tstun/tun_linux.go"
(("/sbin/(modprobe)" _ cmd) cmd)))))) (("/sbin/(modprobe)" _ cmd) cmd))
(substitute* "go.mod"
(("1.24.4") "1.24"))))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -368,7 +370,7 @@ a SOCKS5 proxy.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1pbcp946wingy0xw8nc1x0hdj55scndv8kdgzfni0f4hwlq045j0")))) "0l4j763bk2k9pl99rvga1kk828szmjwl7vc9jvrrfq6bj6rd4171"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))