File tree Expand file tree Collapse file tree
applications/blockchains/vertcoin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99, protobuf
1010, hexdump
1111, zeromq
12+ , gmp
1213, withGui
1314, qtbase ? null
1415, qttools ? null
@@ -19,15 +20,15 @@ with lib;
1920
2021stdenv . mkDerivation rec {
2122 pname = "vertcoin" ;
22- version = "0.15.0.1 " ;
23+ version = "0.18.0 " ;
2324
2425 name = pname + toString ( optional ( ! withGui ) "d" ) + "-" + version ;
2526
2627 src = fetchFromGitHub {
2728 owner = pname + "-project" ;
2829 repo = pname + "-core" ;
29- rev = version ;
30- sha256 = "09q7qicw52gv225hq6wlpsf4zr4hjc8miyim5cygi5nxxrlw7kd3 " ;
30+ rev = "2bd6dba7a822400581d5a6014afd671fb7e61f36" ;
31+ sha256 = "ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk= " ;
3132 } ;
3233
3334 nativeBuildInputs = [
@@ -44,6 +45,7 @@ stdenv.mkDerivation rec {
4445 libevent
4546 db4
4647 zeromq
48+ gmp
4749 ] ++ optionals withGui [
4850 qtbase
4951 qttools
Original file line number Diff line number Diff line change @@ -33708,7 +33708,7 @@ with pkgs;
3370833708
3370933709 tessera = callPackage ../applications/blockchains/tessera { };
3371033710
33711- vertcoin = libsForQt514 .callPackage ../applications/blockchains/vertcoin {
33711+ vertcoin = libsForQt5 .callPackage ../applications/blockchains/vertcoin {
3371233712 boost = boost165;
3371333713 withGui = true;
3371433714 };
You can’t perform that action at this time.
0 commit comments