rosenthal: tailscale-bin: Update to 1.46.1.

* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.46.1.
[arguments]<#:install-plan>: Merge install plans.
pull/1/head
Hilton Chain 1 year ago
parent a2c164d008
commit 2ba2f5a117
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 7
      rosenthal/packages/binaries.scm

@ -168,19 +168,18 @@ designed for flexibility.")
(define-public tailscale-bin (define-public tailscale-bin
(package (package
(name "tailscale-bin") (name "tailscale-bin")
(version "1.44.2") (version "1.46.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
"0349cij3daiy24vcc21pj80mg2246xp29apgzid1q0fk7kwzg9yg")))) "0s8q0p9gvrd726vdv9jlf4w6caq687ssrzbj7vza389aix3q6caa"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan
#~'(("tailscale" "bin/tailscale") #~'(("." "bin/" #:include ("tailscale" "tailscaled")))))
("tailscaled" "bin/tailscaled"))))
(supported-systems '("x86_64-linux")) (supported-systems '("x86_64-linux"))
(home-page "https://tailscale.com/") (home-page "https://tailscale.com/")
(synopsis "Private WireGuard® networks made easy") (synopsis "Private WireGuard® networks made easy")

Loading…
Cancel
Save