Skip to content

Commit

Permalink
electrum: 4.0.5 -> 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Dec 5, 2020
1 parent b3193b2 commit 739e97c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5";
version = "4.0.6";

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

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 = "06ml9lwa5k2dp56sm5s7dsl6qirqmgim7rn853cqcq9n45z41437";
sha256 = "0sp8p720g3rqnh52ddhaw2v4hjgpxcwbackw9qc1g9xac1q0942d";
};

postUnpack = ''
Expand Down

0 comments on commit 739e97c

Please sign in to comment.