Skip to content

Commit

Permalink
Merge pull request #104211 from prusnak/electrum
Browse files Browse the repository at this point in the history
electrum: 4.0.4 -> 4.0.5
  • Loading branch information
joachifm authored Nov 21, 2020
2 parents 547d660 + e4c6feb commit 7bbe4fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/electrum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}:

let
version = "4.0.4";
version = "4.0.5";

# 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 = "0bzvyfqnd0r0l8syf95hr3nsh8rmmmcs74bvc7v04v0nm5m0fmf1";
sha256 = "0fdsgxzgsxvx6hhjag894nzzdfq989bx1d4anljzcz2ppy4ivpxg";

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 = "03dc5jwgp18sism5v4lbqfyn2zljchng8j2yi07yf8i01ivy2mmv";
sha256 = "06ml9lwa5k2dp56sm5s7dsl6qirqmgim7rn853cqcq9n45z41437";
};

postUnpack = ''
Expand Down Expand Up @@ -154,6 +154,6 @@ py.pkgs.buildPythonApplication {
homepage = "https://electrum.org/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry joachifm np ];
maintainers = with maintainers; [ ehmry joachifm np prusnak ];
};
}

0 comments on commit 7bbe4fc

Please sign in to comment.