electrum: 3.0.2 -> 3.0.3

Note that due to runtime impurities, non-NixOS users must prepend and export
QT_PLUGIN_PATH=${qt5.qtbase.qtPluginPrefix}
and
LD_LIBRARY_PATH=/run/opengl-driver/lib
before running electrum, lest it fail to find runtime dependencies or pick
up mismatching libraries from the host system.
This commit is contained in:
Joachim Fasting 2017-12-12 14:29:22 +01:00
parent 4ea01b6ce1
commit 97ab2f0d8b
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
name = "electrum-${version}";
version = "3.0.2";
version = "3.0.3";
src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
sha256 = "0lsg513lxs8qqpr7c0ibb7pma69hxiy3zqybganh6vs9byy7bzsd";
sha256 = "09h3s1mbkliwh8758prbdk3sm19bnma7wy3k10pl9q9fkarbhp75";
};
propagatedBuildInputs = with python3Packages; [