From 3e599e3390548a075df45984e0efae05eb200473 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 31 Mar 2018 11:51:24 -0700 Subject: [PATCH] electrum-ltc: 3.0.6.2 -> 3.1.2.1 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-ltc/versions. These checks were done: - built on NixOS - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped -h` got 0 exit code - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped --help` got 0 exit code - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped help` got 0 exit code - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc -h` got 0 exit code - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc --help` got 0 exit code - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc help` got 0 exit code - found 3.1.2.1 with grep in /nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1 - directory tree listing: https://gist.github.com/7bdf4bff59f77c44f7aa7a0cddfb60b7 --- pkgs/applications/misc/electrum-ltc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/electrum-ltc/default.nix b/pkgs/applications/misc/electrum-ltc/default.nix index 8540c39d133..7852e6eb790 100644 --- a/pkgs/applications/misc/electrum-ltc/default.nix +++ b/pkgs/applications/misc/electrum-ltc/default.nix @@ -5,11 +5,11 @@ python3Packages.buildPythonApplication rec { name = "electrum-ltc-${version}"; - version = "3.0.6.2"; + version = "3.1.2.1"; src = fetchurl { url = "https://electrum-ltc.org/download/Electrum-LTC-${version}.tar.gz"; - sha256 = "1bay4vfkanxsa8pj8n99sj55yc59s84nns97lbvagyp0p0lclia7"; + sha256 = "0sdql4k8g3py941rzdskm3k4hkwam4hzvg4qlvs0b5pw139mri86"; }; propagatedBuildInputs = with python3Packages; [