Skip to content

Commit

Permalink
fix versiondb migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 13, 2023
1 parent 50c8648 commit 523889a
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.5.3";
version = "8.6.7";

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

nativeBuildInputs = [ cmake ninja ];
Expand Down

0 comments on commit 523889a

Please sign in to comment.