gnu: trezord: Update to 2.0.33-0.a58468e.

* gnu/packages/finance.scm (trezord): Update to 2.0.33-0.a58468e.

Change-Id: Ia88a51dd0388e6eedc0d032d7f2b3dd7f413945b
This commit is contained in:
Sharlatan Hellseher 2025-06-12 19:34:00 +01:00
parent 6a3968787d
commit 51329b5f2a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1771,35 +1771,38 @@ trezord as a regular user instead of needing to it run as root.")
(license license:lgpl3+)))) (license license:lgpl3+))))
(define-public trezord (define-public trezord
(package ;; XXX: The latest commit provides support for Go 1.24+, move back to the
(name "trezord") ;; tag when it is released.
(version "2.0.33") (let ((commit "a58468e4f70619d4ca7dd6404bdf9bdcff8011f0")
(source (revision "0"))
(origin (package
(method git-fetch) (name "trezord")
(uri (git-reference (version (git-version "2.0.33" revision commit))
(url "https://github.com/trezor/trezord-go") (source
(commit (string-append "v" version)))) (origin
(sha256 (method git-fetch)
(base32 "0nnfh9qkb8ljajkxwrn3nn85zrsw10hp7c5i4zh60qgfyl0djppw")) (uri (git-reference
(file-name (git-file-name name version)))) (url "https://github.com/trezor/trezord-go")
(build-system go-build-system) (commit commit)))
(arguments (sha256
(list (base32 "15bqxg98wp4w8yc697rf228298dcxfmlvf7pzq370g852w8hm6q8"))
#:go go-1.18 (file-name (git-file-name name version))))
#:install-source? #f (build-system go-build-system)
#:import-path "github.com/trezor/trezord-go")) (arguments
(native-inputs (list
(list go-github-com-gorilla-csrf #:install-source? #f
go-github-com-gorilla-handlers #:import-path "github.com/trezor/trezord-go"))
go-github-com-gorilla-mux (native-inputs
go-gopkg-in-natefinch-lumberjack-v2)) (list go-github-com-gorilla-csrf
(home-page "https://trezor.io") go-github-com-gorilla-handlers
(synopsis "Trezor Communication Daemon aka Trezor Bridge (written in Go)") go-github-com-gorilla-mux
(description go-gopkg-in-natefinch-lumberjack-v2))
"This allows a Trezor hardware wallet to communicate to the Trezor (home-page "https://trezor.io")
(synopsis "Trezor Communication Daemon aka Trezor Bridge (written in Go)")
(description
"This allows a Trezor hardware wallet to communicate to the Trezor
wallet.") wallet.")
(license license:lgpl3+))) (license license:lgpl3+))))
(define-public libofx (define-public libofx
(package (package