mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-31 08:15:25 +00:00
rosenthal: tailscale-bin: Update to 1.50.1.
* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.50.1.
This commit is contained in:
parent
00c10e204c
commit
67f1999817
@ -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.0")
|
(version "1.50.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
|
||||||
"1lc1k92xi33wl3dc1m6h704lisrqk7sy4f6klggfdj583fjpd2zq"))))
|
"0xmmpx34i9zsb48jg148fqm7xnldi63fdb3xll58y1xm1x46pznr"))))
|
||||||
(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