From 921d3321f50cf59741f734a87d2dc79499f68759 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 6 Jul 2016 16:38:02 +0200 Subject: [PATCH] trezor-bridge: mark as broken Cool, a bitcoin wallet app silently changes its hash. CC maintainer @ehmry --- .../networking/browsers/mozilla-plugins/trezor/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix index ad3c1a715b3..db871c0c9a5 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix @@ -39,6 +39,9 @@ stdenv.mkDerivation { homepage = https://mytrezor.com; license = licenses.unfree; maintainers = with maintainers; [ ehmry ]; + # Download URL, .deb content & hash (yikes) changed, not version. + # New archive doesn't contain any Mozilla plugin at all. + broken = true; }; } \ No newline at end of file