basex: 8.3.1 -> 8.6.4

This commit is contained in:
Robin Gloster 2017-05-20 14:44:33 +02:00
parent c83086fa52
commit 9516b038b7
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, unzip, jre, coreutils, makeDesktopItem }:
stdenv.mkDerivation rec {
name = "basex-8.3.1";
name = "basex-${version}";
version = "8.6.4";
src = fetchurl {
url = "http://files.basex.org/releases/8.3.1/BaseX831.zip";
sha256 = "08ba0qvfaa1560hy0nsiq9y6slgdj46j9rdssigf2vvkc5ngkgg0";
url = "http://files.basex.org/releases/${version}/BaseX864.zip";
sha256 = "14320hfw53m0zl1v4377p0vcjvdnwfpa4gkj2y2wlrplma76y0w7";
};
buildInputs = [ unzip jre ];