basex: update 7.7.2 -> 7.8.2

This commit is contained in:
Bjørn Forsman 2014-05-25 12:58:10 +02:00
parent b924959648
commit 1d79330e1d

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, unzip, jre, coreutils, makeDesktopItem }: { stdenv, fetchurl, unzip, jre, coreutils, makeDesktopItem }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "basex-7.7.2"; name = "basex-7.8.2";
src = fetchurl { src = fetchurl {
url = "http://files.basex.org/releases/7.7.2/BaseX772.zip"; url = "http://files.basex.org/releases/7.8.2/BaseX782.zip";
sha256 = "1rh91rzgca1waq8jnd3ard1r04qlalc2qqrawmrahwxgf3f16f4a"; sha256 = "0i9h7fsvn8cy1g44f23iyqndwamvx4kvyc4y3i00j15qm6qd2kbm";
}; };
buildInputs = [ unzip jre ]; buildInputs = [ unzip jre ];