Skip to content

Commit 92a9afa

Browse files
committed
trezor-bridge: pin to [email protected] (go 1.24)
Follow-up to: * #201070
1 parent 660ee6a commit 92a9afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/t/trezor-bridge.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class TrezorBridge < Formula
1818
sha256 cellar: :any_skip_relocation, x86_64_linux: "0039559d527cb2841e04cff9bb7bc59b6db17f6f74f442768af8a81776ccacd9"
1919
end
2020

21-
depends_on "go" => :build
21+
# Use "go" again when https://github.com/trezor/trezord-go/issues/303 is fixed and released
22+
depends_on "[email protected]" => :build
2223

2324
# upstream patch ref, https://github.com/trezor/trezord-go/pull/300
2425
patch do

0 commit comments

Comments
 (0)