trezor-bridge: mark as broken

Cool, a bitcoin wallet app silently changes its hash.

CC maintainer @ehmry
This commit is contained in:
Tobias Geerinckx-Rice 2016-07-06 16:38:02 +02:00
parent 87be90336f
commit 921d3321f5
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -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;
};
}