summary refs log tree commit diff
path: root/pkgs/applications/misc/electrum
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 06:52:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 06:52:00 -0700
commit7ff5880dee2a2b06c4ef65d3fc789ba004963b31 (patch)
treea55f0fb774a1cf7976fbf9ef02e2cb45585b99bb /pkgs/applications/misc/electrum
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar.gz
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar.bz2
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar.lz
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar.xz
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.tar.zst
nixpkgs-7ff5880dee2a2b06c4ef65d3fc789ba004963b31.zip
electrum: 3.1.1 -> 3.1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/electrum/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped -h’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped --help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum -h’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum --help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum help’ got 0 exit code
- found 3.1.3 with grep in /nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3
- directory tree listing: https://gist.github.com/db75e500a00674c62bfac3e757b1721c
Diffstat (limited to 'pkgs/applications/misc/electrum')
-rw-r--r--pkgs/applications/misc/electrum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/electrum/default.nix b/pkgs/applications/misc/electrum/default.nix
index 425203be01c..383f73b6299 100644
--- a/pkgs/applications/misc/electrum/default.nix
+++ b/pkgs/applications/misc/electrum/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   name = "electrum-${version}";
-  version = "3.1.1";
+  version = "3.1.3";
 
   src = fetchurl {
     url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
-    sha256 = "0ds3p7cjbavsbizm04rhzl8s59czynynpx1jvg367mwbi6gng59i";
+    sha256 = "05m28yd3zr9awjhaqikf4rg08j5i4ygm750ip1z27wl446sysniy";
   };
 
   propagatedBuildInputs = with python3Packages; [