mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
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
This commit is contained in:
parent
a7af5d4f88
commit
3e599e3390
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue