Merge pull request #37093 from ryantm/auto-update/rocksdb

rocksdb: 5.10.3 -> 5.11.3
This commit is contained in:
Matthew Justin Bauer 2018-04-23 12:02:09 -05:00 committed by GitHub
commit 07e6e21f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];