Updating weka to 3.6.12.

(cherry picked from commit cd417206f93be49dd848ce1b3633e335faed941f)
This commit is contained in:
Lluís Batlle i Rossell 2015-02-13 16:19:35 +01:00
parent c6ed2aa203
commit 569a02b725

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, jre, unzip }: { stdenv, fetchurl, jre, unzip }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "weka-3.6.9"; name = "weka-3.6.12";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/weka/weka-3-6-9.zip"; url = "mirror://sourceforge/weka/weka-3-6-12.zip";
sha256 = "0rnis4vvihhdcdvpp79hkmklcnn897paa0qrs95cbjnpgvxzbczs"; sha256 = "0sdhiv1nr5rxgjry05srsnynsydkyny79zvaxdj6dk8m1768qksh";
}; };
buildInputs = [ unzip ]; buildInputs = [ unzip ];