mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-10-14 17:34:35 +00:00
rosenthal: tailscale-bin: Update to 1.62.1.
* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.62.1.
This commit is contained in:
parent
c202ed2037
commit
f49fdfe799
@ -237,14 +237,14 @@ monster-in-the-middle}.")
|
|||||||
(define-public tailscale-bin
|
(define-public tailscale-bin
|
||||||
(package
|
(package
|
||||||
(name "tailscale-bin")
|
(name "tailscale-bin")
|
||||||
(version "1.62.0")
|
(version "1.62.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
|
||||||
"0c0xs5zwcj41qp03ac06lafmhrc58byn0mw6czbw533an1xi0zvb"))))
|
"1hajndsr24j7wq9nw9z45q5cjnbh36y4q0zz1851s6dgc3v5hjv4"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
Loading…
Reference in New Issue
Block a user