rosenthal: tailscale-bin: Update to 1.54.1.

* rosenthal/packages/binaries.scm (tailscale-bin): Update to 1.54.1.
pull/2/head
Hilton Chain 12 months ago
parent c3bfcc39f6
commit 59bf0214ba
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 4
      rosenthal/packages/binaries.scm

@ -234,14 +234,14 @@ monster-in-the-middle}.")
(define-public tailscale-bin (define-public tailscale-bin
(package (package
(name "tailscale-bin") (name "tailscale-bin")
(version "1.52.0") (version "1.54.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
"06dxw9k9and8vg5nsar1kc2ax9rj23whk92car6a6dpvxmcngp6n")))) "0zsp8g0z85bwqn0pia6i813l9fxff2cc2xgjvz390j0nch2q4a0y"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

Loading…
Cancel
Save