mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #2806 from orbitz/leveldb-1.15.0
Update to leveldb-1.15.0
This commit is contained in:
commit
2c92e4d09e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "leveldb-1.9.0";
|
||||
name = "leveldb-1.15.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://leveldb.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "b2699b04e5aba8e98382c4955b94725d1f76bd0b5decd60c5628205b717a1d4f";
|
||||
sha256 = "10363j8qmlyh971ipb7fmgk9b97bl5267c0xyccrgvpj3rbyri6p";
|
||||
};
|
||||
|
||||
buildPhase = "make all db_bench";
|
||||
|
|
Loading…
Reference in a new issue