Skip to content

Commit

Permalink
rocksdb: 4.1 -> 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 15, 2016
1 parent 87b3918 commit 77adcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/rocksdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ let
in
stdenv.mkDerivation rec {
name = "rocksdb-${version}";
version = "4.1";
version = "4.13";

src = fetchFromGitHub {
owner = "facebook";
repo = "rocksdb";
rev = "v${version}";
sha256 = "1q1h2n3v02zg711vk56rc9v54f5i31w684wqag4xcr2dv1glw0r0";
sha256 = "1bxyykj13mw48yk108bkmxlfrp6bd95f27bysayax4lqxkgx0zzw";
};

buildInputs = [ snappy google-gflags zlib bzip2 lz4 numactl malloc ];
buildInputs = [ snappy google-gflags zlib bzip2 lz4 malloc ];

postPatch = ''
# Hack to fix typos
Expand Down

0 comments on commit 77adcfb

Please sign in to comment.