Skip to content

Commit

Permalink
mongodb: update from 2.4.5 to 2.4.8, potentially fixes CVE-2013-2132
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixpkgs Monitor authored and Phreedom committed Dec 4, 2013
1 parent a830c0e commit 03b15f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/mongodb/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, scons, boost, v8, gperftools, pcre, snappy }:

let version = "2.4.5"; in stdenv.mkDerivation rec {
let version = "2.4.8"; in stdenv.mkDerivation rec {
name = "mongodb-${version}";

src = fetchurl {
url = "http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz";
sha256 = "01c7lb3jdr51gy7459vg5rg002xxg0mj79vlhy54n50kr31cnxmm";
sha256 = "1p6gnharypglfp39halp72fig96fqjhakyy7m76a1prxwpjkqw7x";
};

nativeBuildInputs = [ scons boost v8 gperftools pcre snappy ];
Expand Down

0 comments on commit 03b15f9

Please sign in to comment.