mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-24 21:15:03 +00:00
rosenthal: tailscale-bin: Update to 1.52.0.
* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.52.0.
This commit is contained in:
parent
46b0642ed1
commit
e8f4d10e52
@ -201,14 +201,14 @@ monster-in-the-middle}.")
|
|||||||
(define-public tailscale-bin
|
(define-public tailscale-bin
|
||||||
(package
|
(package
|
||||||
(name "tailscale-bin")
|
(name "tailscale-bin")
|
||||||
(version "1.50.1")
|
(version "1.52.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pkgs.tailscale.com"
|
(uri (string-append "https://pkgs.tailscale.com"
|
||||||
"/stable/tailscale_" version "_amd64.tgz"))
|
"/stable/tailscale_" version "_amd64.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xmmpx34i9zsb48jg148fqm7xnldi63fdb3xll58y1xm1x46pznr"))))
|
"06dxw9k9and8vg5nsar1kc2ax9rj23whk92car6a6dpvxmcngp6n"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -217,7 +217,7 @@ monster-in-the-middle}.")
|
|||||||
(home-page "https://tailscale.com/")
|
(home-page "https://tailscale.com/")
|
||||||
(synopsis "Private WireGuard® networks made easy")
|
(synopsis "Private WireGuard® networks made easy")
|
||||||
(description
|
(description
|
||||||
"This package provides @code{tailscale}, which brings an easy and secure
|
"This package provides @command{tailscale}, which brings an easy and secure
|
||||||
way to use WireGuard and 2FA.")
|
way to use WireGuard and 2FA.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user