mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-08-19 21:09:10 +00:00
rosenthal: tailscale: Update to 1.86.0.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.86.0. [native-inputs]: Update vendored Go dependencies.
This commit is contained in:
parent
67ca18a5cf
commit
5a07ccc328
@ -257,7 +257,7 @@ a SOCKS5 proxy.")
|
||||
(define-public tailscale
|
||||
(package
|
||||
(name "tailscale")
|
||||
(version "1.84.3")
|
||||
(version "1.86.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -266,7 +266,7 @@ a SOCKS5 proxy.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cdmr6z351i2ammr82gvbs2x3cp9w75q0nzvvk91rsx2khvd8yyh"))
|
||||
"1w820zf5pcdzwvbijx7hm10bd5xp3c8nyhk68qj1w93f5m7byfpv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
@ -368,7 +368,7 @@ a SOCKS5 proxy.")
|
||||
(file-name "vendored-go-dependencies")
|
||||
(sha256
|
||||
(base32
|
||||
"1pbcp946wingy0xw8nc1x0hdj55scndv8kdgzfni0f4hwlq045j0"))))
|
||||
"0l4j763bk2k9pl99rvga1kk828szmjwl7vc9jvrrfq6bj6rd4171"))))
|
||||
(if (%current-target-system)
|
||||
(list this-package)
|
||||
'())))
|
||||
|
Loading…
Reference in New Issue
Block a user