Skip to content

Commit

Permalink
electrum: 4.0.2 -> 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored and ehmry committed Sep 12, 2020
1 parent 0527aaa commit edecced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/misc/electrum/default.nix
Expand Up @@ -19,7 +19,7 @@
}:

let
version = "4.0.2";
version = "4.0.3";

# electrum is not compatible with dnspython 2.0.0 yet
# use the latest 1.x release instead
Expand All @@ -43,7 +43,7 @@ let
owner = "spesmilo";
repo = "electrum";
rev = version;
sha256 = "1xpkbard994n1gwl95b558x69k1m1m258bc220nxrajg1pywh90f";
sha256 = "1r40i0v7nm35m3pzbd0l5z4qphl13s31l9v5njmyvpfjirdmhjbv";

extraPostFetch = ''
mv $out ./all
Expand All @@ -58,7 +58,7 @@ py.pkgs.buildPythonApplication {

src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
sha256 = "05ibrr6ysf6fncs1pimhxvyr7d659jwj2r2a9pdd3cmn1dxzy2w1";
sha256 = "0q891fgzxvyzjxfczynx92hvclfs8i3nr5nr9sgbvz13hsg4s6lg";
};

postUnpack = ''
Expand All @@ -80,13 +80,11 @@ py.pkgs.buildPythonApplication {
matplotlib
pbkdf2
protobuf
pyaes
pycryptodomex
pysocks
qrcode
requests
tlslite-ng

# plugins
ckcc-protocol
keepkey
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -20136,7 +20136,7 @@ in

electron-cash = libsForQt514.callPackage ../applications/misc/electron-cash { };

electrum = libsForQt514.callPackage ../applications/misc/electrum { };
electrum = libsForQt5.callPackage ../applications/misc/electrum { };

electrum-dash = callPackage ../applications/misc/electrum/dash.nix { };

Expand Down

0 comments on commit edecced

Please sign in to comment.