Merge pull request #5719 from ehmry/qtbitcointrader
qtbitcointrader 1.08.02 -> 1.08.03
This commit is contained in:
commit
6aaa655e9a
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, qt }:
|
{ stdenv, fetchFromGitHub, qt }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.08.02";
|
version = "1.08.03";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "qtbitcointrader-${version}";
|
name = "qtbitcointrader-${version}";
|
||||||
@ -9,8 +9,8 @@ stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JulyIGHOR";
|
owner = "JulyIGHOR";
|
||||||
repo = "QtBitcoinTrader";
|
repo = "QtBitcoinTrader";
|
||||||
rev = "452db3ee9447b8f9e7d63253f834b31394b23d92";
|
rev = "ee30cf158fa8535f2155a387558d3b8994728c28";
|
||||||
sha256 = "1l2a021dy2j4sr4nmq7wn27r2zli9nigwbviqzain3nlyzq9fjpg";
|
sha256 = "0kxb0n11agqid0nyqdspfndm03b8l0nl8x4yx2hsrizs6m5z08h4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt ];
|
buildInputs = [ qt ];
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||||||
{ description = "Secure bitcoin trading client";
|
{ description = "Secure bitcoin trading client";
|
||||||
homepage = https://centrabit.com/;
|
homepage = https://centrabit.com/;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux; # arbitrary choice
|
platforms = qt.meta.platforms;
|
||||||
maintainers = [ maintainers.emery ];
|
maintainers = [ maintainers.emery ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user