From 4c38d83e63c9632e8f5a73c8672146d9efee8991 Mon Sep 17 00:00:00 2001 From: ivegotasthma Date: Wed, 11 Sep 2019 19:27:11 +0200 Subject: [PATCH] electrum.ltc: 3.1.3.1 -> 3.3.8.1 --- pkgs/applications/misc/electrum/ltc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/electrum/ltc.nix b/pkgs/applications/misc/electrum/ltc.nix index a5e4bd74a6e..0a28efbc28c 100644 --- a/pkgs/applications/misc/electrum/ltc.nix +++ b/pkgs/applications/misc/electrum/ltc.nix @@ -5,7 +5,7 @@ python3Packages.buildPythonApplication rec { pname = "electrum-ltc"; - version = "3.1.3.1"; + version = "3.3.8.1"; src = fetchurl { url = "https://electrum-ltc.org/download/Electrum-LTC-${version}.tar.gz";