Skip to content

Commit 6fddcb8

Browse files
authored
Problem: rocksdb 9.8.4 is not used (#1712)
for more info, facebook/rocksdb@v9.7.4...v9.8.4
1 parent 89ecd5b commit 6fddcb8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## UNRELEASED
4+
5+
### Improvements
6+
7+
* [#1712](https://github.com/crypto-org-chain/cronos/pull/1712) Upgrade rocksdb to `v9.8.4`.
8+
39
*Dec 2, 2024*
410

511
## v1.4.0

nix/rocksdb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "rocksdb";
24-
version = "9.7.4";
24+
version = "9.8.4";
2525

2626
src = fetchFromGitHub {
2727
owner = "facebook";
2828
repo = finalAttrs.pname;
2929
rev = "v${finalAttrs.version}";
30-
hash = "sha256-u5uuShM2SxHc9/zL4UU56IhCcR/ZQbzde0LgOYS44bM=";
30+
hash = "sha256-A6Gx4FqoGlxITUUz9k6tkDjUcLtMUBK9JS8vuAS96H0=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)