forked from mirrors/nixpkgs
DBD::SQLite: Update to 1.44
This commit is contained in:
parent
2b5ccf8a53
commit
e3728f0aad
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, buildPerlPackage, DBI, sqlite }:
|
||||
|
||||
buildPerlPackage rec {
|
||||
name = "DBD-SQLite-1.42";
|
||||
name = "DBD-SQLite-1.44";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/${name}.tar.gz";
|
||||
sha256 = "14x9cjsc8dz8ad1nad0bqiq9cbk1rjfb8h5y0rpk3pdl38y6afxb";
|
||||
sha256 = "10r7wv5x4vzn9zbk3c7mhbx6kz76xxd9p357592c0wamj458qlml";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ DBI ];
|
||||
|
|
Loading…
Reference in a new issue