electrs: use rocksdb_6_23

This commit is contained in:
Pavol Rusnak 2021-11-14 00:36:30 +01:00
parent 06651404a6
commit af9b2fc0ae
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -3,10 +3,13 @@
, rustPlatform
, fetchFromGitHub
, llvmPackages
, rocksdb
, rocksdb_6_23
, Security
}:
let
rocksdb = rocksdb_6_23;
in
rustPlatform.buildRustPackage rec {
pname = "electrs";
version = "0.9.2";