Skip to content

Commit 9f8a339

Browse files
authored
rocksdb: 9.8.4 -> 9.10.0 (#367849)
2 parents be95b44 + 3a06509 commit 9f8a339

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.8.4";
23+
version = "9.10.0";
2424

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

3232
patches = lib.optional (

0 commit comments

Comments
 (0)