Skip to content

Commit

Permalink
Attempt to update RocksDB to 5.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xpe authored and grahamc committed Feb 21, 2017
1 parent e6fd228 commit 85fba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rocksdb/default.nix
Expand Up @@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
name = "rocksdb-${version}";
version = "4.13";
version = "5.1.2";

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

buildInputs = [ snappy google-gflags zlib bzip2 lz4 malloc fixDarwinDylibNames ];
Expand Down

2 comments on commit 85fba54

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Attempt to" isn't particularly encouraging 😄 Also, for future reference, we try keep a commit message convention that would make this into "rocksdb: 4.13 -> 5.1.2"

@grahamc
Copy link
Member

@grahamc grahamc commented on 85fba54 Feb 21, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.