|
|
@ -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") |
|
|
|