mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
mongodb: 2.6.4 -> 2.6.5
This commit is contained in:
parent
f59cccff42
commit
12b909bba1
|
@ -3,7 +3,7 @@
|
|||
|
||||
with stdenv.lib;
|
||||
|
||||
let version = "2.6.4";
|
||||
let version = "2.6.5";
|
||||
system-libraries = [
|
||||
"pcre"
|
||||
"boost"
|
||||
|
@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz";
|
||||
sha256 = "1h4rrgcb95234ryjma3fjg50qsm1bnxjx5ib0c3p9nzmc2ji2m07";
|
||||
sha256 = "0v58kyp4cj4yag0djnswfiifrcll5y7x772y99b3afg89xicpmjm";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ scons ];
|
||||
|
|
Loading…
Reference in a new issue