qtbitcointrader: 1.40.23 -> 1.40.30
* qtbitcointrader: 1.40.23 -> 1.40.30 (#52077) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtbitcointrader/versions * qtbitcointrader: cleanup use fetchzip on GitHub archive tarball
This commit is contained in:
parent
9b2e8ddebe
commit
f500a83e93
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, qt5 }:
|
{ stdenv, fetchzip, qt5 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.40.23";
|
version = "1.40.30";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "qtbitcointrader-${version}";
|
name = "qtbitcointrader-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchzip {
|
||||||
url = "https://github.com/JulyIGHOR/QtBitcoinTrader/archive/v${version}.tar.gz";
|
url = "https://github.com/JulyIGHOR/QtBitcoinTrader/archive/v${version}.tar.gz";
|
||||||
sha256 = "11r2jzb09a62hf9fkg6aw8pg2js8c87k6lba9xz2q8n6d6jv44r1";
|
sha256 = "0xbgdmwb8d3lrddcnx2amfsknd3g408f5gy5mdydcm3vqqfi9a0c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt5.qtbase qt5.qtmultimedia qt5.qtscript ];
|
buildInputs = [ qt5.qtbase qt5.qtmultimedia qt5.qtscript ];
|
||||||
@ -25,10 +25,10 @@ stdenv.mkDerivation {
|
|||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib; {
|
||||||
{ description = "Bitcoin trading client";
|
description = "Bitcoin trading client";
|
||||||
homepage = https://centrabit.com/;
|
homepage = https://centrabit.com/;
|
||||||
license = licenses.lgpl3;
|
license = licenses.gpl3;
|
||||||
platforms = qt5.qtbase.meta.platforms;
|
platforms = qt5.qtbase.meta.platforms;
|
||||||
maintainers = [ maintainers.ehmry ];
|
maintainers = [ maintainers.ehmry ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user