1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

hadoop: update to version 2.0.2-alpha

This commit is contained in:
Peter Simons 2012-10-26 11:10:02 +02:00
parent 0f8345a7f2
commit 27cdf7af77

View file

@ -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 ];