mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
[cpan2nix] perlPackages.MailDKIM: 0.53 -> 0.54
This commit is contained in:
parent
fc29c47490
commit
6880f3c45c
@ -9044,10 +9044,10 @@ let
|
||||
};
|
||||
|
||||
MailDKIM = buildPerlPackage rec {
|
||||
name = "Mail-DKIM-0.53";
|
||||
name = "Mail-DKIM-0.54";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-0.53.tar.gz;
|
||||
sha256 = "1aqmffkbsqcckllf6hxbdm1xcybw6674h18np2aaas8z42g0ji3w";
|
||||
url = mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-0.54.tar.gz;
|
||||
sha256 = "1jix3jrqx9q2n684ar4igh5zma15j9gv91h9m2rbv8bs1z47hbxp";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptOpenSSLRSA MailTools NetDNSResolverMock YAMLLibYAML ];
|
||||
doCheck = false; # tries to access the domain name system
|
||||
|
Loading…
Reference in New Issue
Block a user