weka: 3.8.1 -> 3.8.2

This commit is contained in:
Miguel Madrid Mencía 2018-01-18 15:25:35 +01:00
parent 3fe396db27
commit 8fb2be6772
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "weka-${version}";
version = "3.8.1";
version = "3.8.2";
src = fetchurl {
url = "mirror://sourceforge/weka/${stdenv.lib.replaceChars ["."]["-"] name}.zip";
sha256 = "16n1a74d1cispp0a22zyiivi78izi354y67gmbyvv2lv9sc45wmk";
sha256 = "0p353lhhcv3swwn1bl64vkyjk480vv9ghhlyqjxiar4p3xifjayb";
};
buildInputs = [ unzip ];