perlPackages: Updates

This commit is contained in:
William A. Kennington III
2015-07-06 19:21:21 -07:00
parent 7f547126d8
commit 731b4a4371
2 changed files with 23 additions and 22 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, buildPerlPackage, DBI, sqlite }:
buildPerlPackage rec {
name = "DBD-SQLite-1.44";
name = "DBD-SQLite-1.48";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/${name}.tar.gz";
sha256 = "10r7wv5x4vzn9zbk3c7mhbx6kz76xxd9p357592c0wamj458qlml";
sha256 = "19hf0fc4dlnpmxsxx3jjbh2z6d2jafgdlqhwz4irkp2cbl7j75xk";
};
propagatedBuildInputs = [ DBI ];