Skip to content

Commit

Permalink
revert librocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 13, 2023
1 parent c5e6c20 commit e24469d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/rocksdb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "rocksdb";
version = "8.6.7";
version = "8.1.1";

src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SCdcOLrB3BOh4I+CbYVd8qFwzgyjKSPCVHHA5m4Zsb0=";
sha256 = "sha256-79hRtc5QSWLLyjRGCmuYZSoIc9IcIsnl8UCinz2sVw4=";
};

nativeBuildInputs = [ cmake ninja ];
Expand Down

0 comments on commit e24469d

Please sign in to comment.