basex: 8.3.1 -> 8.6.4
This commit is contained in:
parent
c83086fa52
commit
9516b038b7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user