Skip to content

Commit

Permalink
Merge pull request #193325 from prusnak/electrum
Browse files Browse the repository at this point in the history
electrum: 4.3.1 -> 4.3.2
  • Loading branch information
prusnak committed Sep 28, 2022
2 parents e2cc8bd + a89b279 commit 854fdc6
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 @@ -20,7 +20,7 @@
}:

let
version = "4.3.1";
version = "4.3.2";

libsecp256k1_name =
if stdenv.isLinux then "libsecp256k1.so.0"
Expand All @@ -37,7 +37,7 @@ let
owner = "spesmilo";
repo = "electrum";
rev = version;
sha256 = "wYblwD+ej65TVkYS7u5MiB37Ka8jENI3aoHi64xAFtU=";
sha256 = "sha256-z2/UamKmBq/5a0PTbHdAqGK617Lc8xRhHRpbCc7jeZo=";

postFetch = ''
mv $out ./all
Expand All @@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication {

src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
sha256 = "pAhsHKIMCB3OutJTrgGNT9PKfTcXcgxUj/x16uBK2Is=";
sha256 = "sha256-vTZArTwbKcf6/vPQOvjubPecsg+h+QlZ6rdbl6qNfs0=";
};

postUnpack = ''
Expand Down

0 comments on commit 854fdc6

Please sign in to comment.