Revert "bump rocksdb in nix flake"

This reverts commit 4475c1ba259368145a9d420791d250d875b001d5.
This commit is contained in:
strawberry 2024-03-21 23:56:26 -04:00 committed by June
parent fdb0ccc9dc
commit ab5552ec6c

View file

@ -39,7 +39,7 @@
rocksdb' = pkgs:
let
version = "9.0.0";
version = "8.11.3";
in
pkgs.rocksdb.overrideAttrs (old: {
inherit version;
@ -47,7 +47,7 @@
owner = "facebook";
repo = "rocksdb";
rev = "v${version}";
hash = "sha256-L94P8pBhTzjUO41bSoLYJBVVYMEkxhAmVnoUQnZ85mc=";
hash = "sha256-OpEiMwGxZuxb9o3RQuSrwZMQGLhe9xLT1aa3HpI4KPs=";
};
});