Skip to content

Commit dab67a8

Browse files
committed
rocksdb: 9.7.4 -> 9.8.4
1 parent 906114f commit dab67a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ro/rocksdb/package.nix

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

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "rocksdb";
23-
version = "9.7.4";
23+
version = "9.8.4";
2424

2525
src = fetchFromGitHub {
2626
owner = "facebook";
2727
repo = "rocksdb";
2828
rev = "v${finalAttrs.version}";
29-
hash = "sha256-u5uuShM2SxHc9/zL4UU56IhCcR/ZQbzde0LgOYS44bM=";
29+
hash = "sha256-A6Gx4FqoGlxITUUz9k6tkDjUcLtMUBK9JS8vuAS96H0=";
3030
};
3131

3232
patches = lib.optional (

0 commit comments

Comments
 (0)