Skip to content

Commit

Permalink
electrum: 3.0.6 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Mar 6, 2018
1 parent 15ddc6f commit 53f057f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/applications/misc/electrum/default.nix
Expand Up @@ -2,22 +2,13 @@

python3Packages.buildPythonApplication rec {
name = "electrum-${version}";
version = "3.0.6";
version = "3.1.0";

src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
sha256 = "01dnqiazjl2avrmdiq68absjvcfv24446y759z2s9dwk8ywzjkrg";
sha256 = "1hc0ylkq89459wy3av42hp73p34pmh7grsa3qm8fb1k0qg17zy78";
};

patches = [
# Trezor compat patch should be included in electrum > 3.0.6
(fetchpatch {
name = "trezor-compat.patch";
url = "https://patch-diff.githubusercontent.com/raw/spesmilo/electrum/pull/3621.patch";
sha256 = "1bk1r2ikhnvw1fpfh71y4za2lnskcbkv50k8ynjxi5slx2wrfpl0";
})
];

propagatedBuildInputs = with python3Packages; [
dnspython
ecdsa
Expand Down

0 comments on commit 53f057f

Please sign in to comment.