1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-10-15 19:42:07 +00:00

chore: bump rust-rocksdb to v0.43 to fix compilation failure

This commit is contained in:
Simon Hammes 2025-10-05 15:17:50 +02:00 committed by Matthias Ahouansou
parent 2f1f2bea29
commit 29aca17488
3 changed files with 35 additions and 10 deletions

View file

@ -36,7 +36,7 @@
rocksdb =
let
version = "10.2.1";
version = "10.5.1";
in
pkgs.rocksdb.overrideAttrs (old: {
inherit version;
@ -44,7 +44,7 @@
owner = "facebook";
repo = "rocksdb";
rev = "v${version}";
hash = "sha256-v8kZShgz0O3nHZwWjTvhcM56qAs/le1XgMVYyvVd4tg=";
hash = "sha256-TDYXzYbOLhcIRi+qi0FW1OLVtfKOF+gUbj62Tgpp3/E=";
};
});