vertcoin, vertcoind: boost165 -> boost17x

This commit is contained in:
Weijia Wang
2023-01-01 22:53:50 +01:00
parent 1ba9f8c345
commit 556d8e35a8
+2 -2
View File
@@ -33990,11 +33990,11 @@ with pkgs;
tessera = callPackage ../applications/blockchains/tessera { };
vertcoin = libsForQt5.callPackage ../applications/blockchains/vertcoin {
boost = boost165;
boost = boost17x;
withGui = true;
};
vertcoind = callPackage ../applications/blockchains/vertcoin {
boost = boost165;
boost = boost17x;
withGui = false;
};