rocksdb: 9.10.0 -> 10.2.1

This commit is contained in:
liberodark
2025-05-21 15:42:40 +02:00
parent 86fd84d3bf
commit c2f925d5a1
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rocksdb";
version = "9.10.0";
version = "10.2.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "rocksdb";
rev = "v${finalAttrs.version}";
hash = "sha256-G+DlQwEUyd7JOCjS1Hg1cKWmA/qAiK8UpUIKcP+riGQ=";
hash = "sha256-v8kZShgz0O3nHZwWjTvhcM56qAs/le1XgMVYyvVd4tg=";
};
patches = lib.optional (