summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/hadoop/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-26 11:10:02 +0200
committerPeter Simons <simons@cryp.to>2012-10-26 11:10:13 +0200
commit27cdf7af771d212fc63aa151326593f74b7c51fb (patch)
treeb5908792766f860291d94621acee7cb2fea24cc5 /pkgs/applications/networking/cluster/hadoop/default.nix
parent0f8345a7f2fe00e5c7ede01dba2059632d398af4 (diff)
downloadnixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar.gz
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar.bz2
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar.lz
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar.xz
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.tar.zst
nixlib-27cdf7af771d212fc63aa151326593f74b7c51fb.zip
hadoop: update to version 2.0.2-alpha
Diffstat (limited to 'pkgs/applications/networking/cluster/hadoop/default.nix')
-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 7d475a675587..ef2f16e31936 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.1-alpha";
+  name = "hadoop-2.0.2-alpha";
 
   src = fetchurl {
     url = "mirror://apache/hadoop/common/${name}/${name}.tar.gz";
-    sha256 = "4e5f4fa1574ee58fd6d59a220b66578fc2cf62c229120eeed07f2880c86f0e59";
+    sha256 = "1r7ailmqhny3pl5nb8bcblnhckszy6hb9n58kwa3s4b8qfk87gkb";
   };
 
   buildInputs = [ makeWrapper ];