Merge pull request #37093 from ryantm/auto-update/rocksdb
rocksdb: 5.10.3 -> 5.11.3
This commit is contained in:
commit
07e6e21f09
@ -19,7 +19,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rocksdb-${version}";
|
||||
version = "5.10.3";
|
||||
version = "5.11.3";
|
||||
|
||||
outputs = [ "dev" "out" "static" "bin" ];
|
||||
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "facebook";
|
||||
repo = "rocksdb";
|
||||
rev = "v${version}";
|
||||
sha256 = "19d8i8map8qz639mhflmxc0w9gp78fvkq1l46y5s6b5imwh0w7xq";
|
||||
sha256 = "15x2r7aib1xinwcchl32wghs8g96k4q5xgv6z97mxgp35475x01p";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user