correct rocksdb flake version override
this was causing rocksdb to be built with a version of 8.3.2, but pulling 8.10.0 source code. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ec2092cb43
commit
5344cdbbca
1 changed files with 2 additions and 4 deletions
|
@ -34,10 +34,8 @@
|
|||
|
||||
rocksdb' = pkgs: pkgs.rocksdb.overrideAttrs (old:
|
||||
{
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "facebook";
|
||||
repo = "rocksdb";
|
||||
rev = "v8.10.0";
|
||||
version = "8.10.0";
|
||||
src = old.src.override {
|
||||
hash = "sha256-KGsYDBc1fz/90YYNGwlZ0LUKXYsP1zyhP29TnRQwgjQ=";
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue