update rocksdb to 8.10.0

https://github.com/rust-rocksdb/rust-rocksdb/pull/852

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-13 15:18:12 -05:00 committed by June
parent 424f02466c
commit acc0bdad1a
5 changed files with 15 additions and 15 deletions

View file

@ -30,7 +30,7 @@
(final: prev: {
rocksdb = prev.rocksdb.overrideAttrs (old:
let
version = "8.9.1";
version = "8.10.0";
in
{
inherit version;
@ -38,7 +38,7 @@
owner = "facebook";
repo = "rocksdb";
rev = "v${version}";
hash = "sha256-Pl7t4FVOvnORWFS+gjy2EEUQlPxjLukWW5I5gzCQwkI=";
hash = "sha256-KGsYDBc1fz/90YYNGwlZ0LUKXYsP1zyhP29TnRQwgjQ=";
};
});
})