Merge pull request #36595 from ryantm/auto-update/hsqldb

hsqldb: 1.8.0.9 -> 2.4.0
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:52:27 -05:00 committed by GitHub
commit 7f79a90502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
}:
stdenv.mkDerivation {
name = "hsqldb-1.8.0.9";
name = "hsqldb-2.4.0";
builder = ./builder.sh;
src = fetchurl {
url = mirror://sourceforge/hsqldb/hsqldb_1_8_0_9.zip;
sha256 = "e98d1d8bca15059f4ef4f0d3dde2d75778a5e1bbe8bc12abd4ec2cac39d5adec";
sha256 = "1v5dslwsqb7csjmi5g78pghsay2pszidvlzhyi79y18mra5iv3g9";
};
buildInputs = [ unzip