qtbitcointrader: 1.10.01 -> 1.40.13

Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/95cf4d47d097431369b8e95e4720f1f4

+2 -2
+2 -2
pkgs/applications/misc/qtbitcointrader/default.nix
··· 1 1 { stdenv, fetchurl, qt5 }: 2 2 3 3 let 4 - version = "1.10.01"; 4 + version = "1.40.13"; 5 5 in 6 6 stdenv.mkDerivation { 7 7 name = "qtbitcointrader-${version}"; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/JulyIGHOR/QtBitcoinTrader/archive/v${version}.tar.gz"; 11 - sha256 = "0pgj8rsk9yxvls7yjpzblzbci2vvd0mlf9c7wdbjhwf6qyi7dfi3"; 11 + sha256 = "0d6b9ls742nghzg5y97dx7myvv8i88f0s27lhr52yy4833hdxdwn"; 12 12 }; 13 13 14 14 buildInputs = [ qt5.qtbase qt5.qtmultimedia qt5.qtscript ];