mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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.mkDerivation rec {
|
||||
name = "basex-7.7";
|
||||
name = "basex-7.7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://files.basex.org/releases/7.7/BaseX77.zip";
|
||||
sha256 = "1wnndq8lcnfx29bc3j2sgswk6dxgv2nln2chmwbf7h4a05fcavdj";
|
||||
url = "http://files.basex.org/releases/7.7.2/BaseX772.zip";
|
||||
sha256 = "1rh91rzgca1waq8jnd3ard1r04qlalc2qqrawmrahwxgf3f16f4a";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip jre ];
|
||||
|
Loading…
Reference in New Issue
Block a user