hsql updated

svn path=/nixpkgs/trunk/; revision=11731
This commit is contained in:
Marc Weber 2008-04-27 21:28:00 +00:00
parent 52c3910434
commit 675af79fb8
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
args: with args; fetchurl {
url = http://mawercer.de/~nix/repos/hsql.tar.gz;
sha256 = "f5cc35e7f931b006948bfe1720a1f779e9a59808fd63555747a43020f2cd76fe";}
sha256 = "9856e6811a4fc78bf55a1c4bb08091075a343995696b7026a0ef0dae91abc99a";}

View File

@ -60,7 +60,7 @@ rec {
# };
hsqlDarcs = rec { name = "hsql-darcs"; p_deps = [x.base x.mtl x.haskell98 x.old_time x.old_locale x.time ];
src = sourceByName "pg_hsql";
src = sourceByName "hsql";
pass = { srcDir = "HSQL"; };
};
hsqlMysqlDarcs = { name = "hsql-mysql-darcs"; srcDir = "MySQL"; src = sourceByName "pg_hsql"; p_deps = [ x.base x.hsqlDarcs x.old_time ];