mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] perlPackages.DBDCSV: backport fix for build on latest DBI; 0.60 -> 0.62 (#532793)
This commit is contained in:
commit
266a0eac86
1 changed files with 10 additions and 3 deletions
|
|
@ -9749,11 +9749,18 @@ with self;
|
|||
|
||||
DBDCSV = buildPerlPackage {
|
||||
pname = "DBD-CSV";
|
||||
version = "0.60";
|
||||
version = "0.62";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBD-CSV-0.60.tgz";
|
||||
hash = "sha256-AYuDow95mXm8jDwwRMixyAAc32C9w+dGhIgYGVJUtOc=";
|
||||
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBD-CSV-0.62.tgz";
|
||||
hash = "sha256-0/EVD+IGfA49FJWHZeqNQZWDSY+WMTawQC2qkwvJMOM=";
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/perl5-dbi/DBD-CSV/commit/ae091790398088a66b22fa572856bfeb4db4c78a.patch?full_index=1";
|
||||
excludes = [ "ChangeLog" ];
|
||||
hash = "sha256-eZdCNSi3YJrZdZcK/8nFx5Q4rB89b0ynKemupvKrfys=";
|
||||
})
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
DBI
|
||||
SQLStatement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue