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