summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/hadoop
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-02-06 20:54:07 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-02-06 20:54:07 +0100
commit6e0cac6d6a1d0b12634b38100308ec6c7bbf23f2 (patch)
tree452cb752ae669106f61f914f56819ca53f048ea3 /pkgs/applications/networking/cluster/hadoop
parent1c3950dc9d1c12ea97a0203bda296da24581f6b7 (diff)
hadoop: update, including fix for CVE-2013-2192
Diffstat (limited to 'pkgs/applications/networking/cluster/hadoop')
-rw-r--r--pkgs/applications/networking/cluster/hadoop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/hadoop/default.nix b/pkgs/applications/networking/cluster/hadoop/default.nix
index ef2f16e31936..f6e86c6289cf 100644
--- a/pkgs/applications/networking/cluster/hadoop/default.nix
+++ b/pkgs/applications/networking/cluster/hadoop/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
- name = "hadoop-2.0.2-alpha";
+ name = "hadoop-2.2.0";
src = fetchurl {
url = "mirror://apache/hadoop/common/${name}/${name}.tar.gz";
- sha256 = "1r7ailmqhny3pl5nb8bcblnhckszy6hb9n58kwa3s4b8qfk87gkb";
+ sha256 = "0r0kx8arsrvmcfy0693hpv4cz3i0razvk1xa3yhlf3ybb80a8106";
};
buildInputs = [ makeWrapper ];