mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
perl-DBI: 1.633 -> 1.634
This commit is contained in:
parent
44af3d438d
commit
499be4736f
@ -3096,10 +3096,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DBI = buildPerlPackage rec {
|
||||
name = "DBI-1.633";
|
||||
name = "DBI-1.634";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TI/TIMB/${name}.tar.gz";
|
||||
sha256 = "1rsyrzmykl7fxpvxmrjmy3dh9szp639fqdhbccqvywpnr7fbmhg2";
|
||||
sha256 = "0l0ldpl5wjh5klaqbb3krkqn3vnr2q6l42d4zfmihj46hpri41r5";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://dbi.perl.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user