fulcrum: pin older rocksdb

This commit is contained in:
Charles Hall 2023-07-14 15:14:55 -07:00 committed by Yt
parent b2051317a8
commit adf22d21c9

View file

@ -5,7 +5,7 @@
, qmake , qmake
, python3 , python3
, qtbase , qtbase
, rocksdb , rocksdb_7_10
, zeromq , zeromq
}: }:
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
dontWrapQtApps = true; # no GUI dontWrapQtApps = true; # no GUI
buildInputs = [ python3 qtbase rocksdb zeromq ]; buildInputs = [ python3 qtbase rocksdb_7_10 zeromq ];
meta = with lib; { meta = with lib; {
description = "Fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC"; description = "Fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC";