mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-30 01:37:19 +00:00
gnu: tailscale-bin: Update to 1.48.1.
* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.48.1.
This commit is contained in:
parent
23376685b9
commit
5e2dea2d52
@ -200,14 +200,14 @@ monster-in-the-middle}.")
|
|||||||
(define-public tailscale-bin
|
(define-public tailscale-bin
|
||||||
(package
|
(package
|
||||||
(name "tailscale-bin")
|
(name "tailscale-bin")
|
||||||
(version "1.46.1")
|
(version "1.48.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
|
||||||
"0s8q0p9gvrd726vdv9jlf4w6caq687ssrzbj7vza389aix3q6caa"))))
|
"09hgjf2d159kph6m8vypd3cxgyphl90g600z70gzjhx2yaap15qi"))))
|
||||||
(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