Skip to content

Commit 9cee109

Browse files
committedJun 1, 2017
electrum: 2.8.2 -> 2.8.3
1 parent af096c8 commit 9cee109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/electrum/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
python2Packages.buildPythonApplication rec {
44
name = "electrum-${version}";
5-
version = "2.8.2";
5+
version = "2.8.3";
66

77
src = fetchurl {
88
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
9-
sha256 = "01xphbi7lx64s9380zjfakz5h8blqmxp0ryqlll7px66qpmjn5fq";
9+
sha256 = "04jswalydzwm16iismbq1h2shj17iq9sqm0mz8p98sh3dwkacvn1";
1010
};
1111

1212
propagatedBuildInputs = with python2Packages; [

0 commit comments

Comments
 (0)
Please sign in to comment.