rosenthal: tailscale-bin: Update to 1.66.4.

* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.66.4.
trunk
Hilton Chain 6 months ago
parent cf00c09e23
commit 2a5957880e
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.66.1") (version "1.66.4")
(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
"16rjmgq1gsa25pbkdwv3fdz8hd7xp14rpd8ilwc7ndswnpyg6grd")))) "147xrwrfcpzxwlcmnqy99aqzpa8xd3sg3fliqf6sj6hx9xmw26d6"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

Loading…
Cancel
Save