rosenthal: tailscale-bin: Update to 1.62.0.

* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.62.0.
trunk
Hilton Chain 8 months ago
parent 2c967e048f
commit 8db5f08afd
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 4
      rosenthal/packages/binaries.scm

@ -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.60.0") (version "1.62.0")
(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
"0a44f28v3gbd0hmxffkvzdhcrnsz55jcaqxa1b63m18i8xf08nlq")))) "0c0xs5zwcj41qp03ac06lafmhrc58byn0mw6czbw533an1xi0zvb"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

Loading…
Cancel
Save