Skip to content

Commit 8a5a219

Browse files
committed
vertcoin: 0.15.0.1 -> 0.18.0
1 parent 333f2ef commit 8a5a219

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pkgs/applications/blockchains/vertcoin/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
, protobuf
1010
, hexdump
1111
, zeromq
12+
, gmp
1213
, withGui
1314
, qtbase ? null
1415
, qttools ? null
@@ -19,15 +20,15 @@ with lib;
1920

2021
stdenv.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

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)