Skip to content

Commit

Permalink
Update nix/rocksdb.nix
Browse files Browse the repository at this point in the history
Co-authored-by: yihuang <[email protected]>
Signed-off-by: mmsqe <[email protected]>
  • Loading branch information
mmsqe and yihuang authored Feb 26, 2024
1 parent f684c8b commit fc6de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/rocksdb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "sha256-79hRtc5QSWLLyjRGCmuYZSoIc9IcIsnl8UCinz2sVw4=";
sha256 = "sha256-Qa4bAprXptA79ilNE5KSfggEDvNFHdrvDQ6SvzWMQus=";
};

nativeBuildInputs = [ cmake ninja ];
Expand Down

0 comments on commit fc6de57

Please sign in to comment.