mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Merge branch 'staging-nixos-26.05' into staging-next-26.05
This commit is contained in:
commit
265a590e16
1 changed files with 3 additions and 3 deletions
|
|
@ -9997,11 +9997,11 @@ with self;
|
|||
|
||||
DBI = buildPerlPackage {
|
||||
pname = "DBI";
|
||||
version = "1.644";
|
||||
version = "1.648";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBI-1.644.tar.gz";
|
||||
hash = "sha256-Ipe5neCeZwhmQLWQaZ4OmC+0adpjqT/ijcFHgtt6U8g=";
|
||||
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBI-1.648.tgz";
|
||||
hash = "sha256-7yZqrWAQzi6rt+Rl69c8owILxYFQ9pib2Jwrj5usaoY=";
|
||||
};
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isGNU {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue