electrs: use rocksdb_6_23
This commit is contained in:
parent
06651404a6
commit
af9b2fc0ae
1 changed files with 4 additions and 1 deletions
|
@ -3,10 +3,13 @@
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, llvmPackages
|
, llvmPackages
|
||||||
, rocksdb
|
, rocksdb_6_23
|
||||||
, Security
|
, Security
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
rocksdb = rocksdb_6_23;
|
||||||
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "electrs";
|
pname = "electrs";
|
||||||
version = "0.9.2";
|
version = "0.9.2";
|
||||||
|
|
Loading…
Reference in a new issue