basex: bump 7.7 -> 7.7.2
This update brings "fixes and better CSV support": http://basex.org/about-us/news/
This commit is contained in:
parent
f770739290
commit
bd67a1a16f
@ -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";
|
name = "basex-7.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.basex.org/releases/7.7/BaseX77.zip";
|
url = "http://files.basex.org/releases/7.7.2/BaseX772.zip";
|
||||||
sha256 = "1wnndq8lcnfx29bc3j2sgswk6dxgv2nln2chmwbf7h4a05fcavdj";
|
sha256 = "1rh91rzgca1waq8jnd3ard1r04qlalc2qqrawmrahwxgf3f16f4a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip jre ];
|
buildInputs = [ unzip jre ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user