Update CLSQL source and switch to a mirror

This commit is contained in:
Michael Raskin 2015-05-14 18:50:16 +03:00
parent 779b65f019
commit cd17e50bd9

View File

@ -190,15 +190,18 @@ let lispPackages = rec {
clsql = buildLispPackage rec { clsql = buildLispPackage rec {
baseName = "clsql"; baseName = "clsql";
version = "git-20141112"; version = "git-20150514";
description = "Common Lisp SQL Interface library"; description = "Common Lisp SQL Interface library";
deps = [uffi]; deps = [uffi];
buildInputs = [pkgs.mysql.lib pkgs.zlib]; buildInputs = [pkgs.mysql.lib pkgs.zlib];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = ''http://git.b9.com/clsql.git''; url =
sha256 = "dacd56bc9a0348e8101184bf154b971407a98f3a753d7cce34c7a44b4b19f8fd"; #''http://git.b9.com/clsql.git''
rev = ''180b52cb686a87487e12e87b13bafe131e6c3bef''; "http://repo.or.cz/r/clsql.git"
;
sha256 = "1wzc7qsnq8hk0j0h9jmj4xczmh7h6njafwab2zylh8wxmfzwp2nw";
rev = ''a646f558b54191eda1d64f2926eee7b4fa763f89'';
}; };
overrides = x:{ overrides = x:{
preConfigure = '' preConfigure = ''