mongodb: 3.2.1 -> 3.2.9

[Bjørn: add missing hash update.]
This commit is contained in:
Matt Billenstein 2016-09-08 22:18:00 -07:00 committed by Bjørn Forsman
parent 8f6af86d5e
commit a83f70c249

View File

@ -7,7 +7,7 @@
with stdenv.lib;
let version = "3.2.1";
let version = "3.2.9";
system-libraries = [
"pcre"
#"asio" -- XXX use package?
@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz";
sha256 = "059gskly8maj2c9iy46gccx7a9ya522pl5aaxl5vss5bllxilhsh";
sha256 = "06q6j2bjy31pjwqws53wdpmn2x8w2hafzsnv1s3wx15pc9vq3y15";
};
nativeBuildInputs = [ scons ];