mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
version update
svn path=/nixpkgs/trunk/; revision=11297
This commit is contained in:
parent
25ea32dc11
commit
9f0f6cb5ec
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hsqldb-1.8.0.8";
|
||||
name = "hsqldb-1.8.0.9";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/hsqldb/hsqldb_1_8_0_8.zip;
|
||||
sha256 = "1428pkizd19i2p7iiha0nkgypa3hznj4vbw503ayyhnnhbgw4ama";
|
||||
url = mirror://sourceforge/hsqldb/hsqldb_1_8_0_9.zip;
|
||||
sha256 = "e98d1d8bca15059f4ef4f0d3dde2d75778a5e1bbe8bc12abd4ec2cac39d5adec";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip
|
||||
|
|
Loading…
Reference in a new issue