rosenthal: tailscale-bin: Update to 1.78.1.

* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.78.1.
[properties]: Add release-monitoring-url and upstream-name.
This commit is contained in:
Hilton Chain 2024-12-29 16:19:56 +08:00
parent d5b1236487
commit dc184aa9fd
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -370,14 +370,14 @@ (define-public sing-box-bin
(define-public tailscale-bin (define-public tailscale-bin
(package (package
(name "tailscale-bin") (name "tailscale-bin")
(version "1.76.6") (version "1.78.1")
(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
"1xv1zx171k2vh6dv8hn115r8il2ckhd273x2r88y9fgpg1xkgwh8")))) "12aa8zr8b8x374vg48p6lcfzfwjjf2k9ywvbrdrj2080d2yr3d1x"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan
@ -388,7 +388,10 @@ (define-public tailscale-bin
(description (description
"This package provides @command{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)
(properties
'((release-monitoring-url . "https://github.com/tailscale/tailscale/releases")
(upstream-name . "tailscale")))))
(define-public wakapi-bin (define-public wakapi-bin
(package (package