perl-DBD-mysql: Update to 4.023 (.013 fails to build).

This commit is contained in:
Petr Rockai 2013-04-29 22:19:58 +02:00 committed by Evgeny Egorochkin
parent 8f583cced9
commit 492c4838b2

View File

@ -1,11 +1,11 @@
{fetchurl, buildPerlPackage, DBI, mysql}:
buildPerlPackage {
name = "DBD-mysql-4.013";
name = "DBD-mysql-4.023";
src = fetchurl {
url = mirror://cpan/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.013.tar.gz;
sha256 = "074jm3fd9bi9am4i8alwim5i7a4gl07hzjy7a7hfdj9awbd0w9x9";
url = mirror://cpan/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.023.tar.gz;
sha256 = "0j4i0i6apjwx5klk3wigh6yysssn7bs6p8c5sh31m6qxsbgyk9xa";
};
buildInputs = [mysql] ;