mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
perlPackages.ConvertASN1: update from 0.22 to 0.26
This commit is contained in:
parent
7cc98001dc
commit
3d41e4ebde
@ -1430,10 +1430,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
ConvertASN1 = buildPerlPackage rec {
|
||||
name = "Convert-ASN1-0.22";
|
||||
name = "Convert-ASN1-0.26";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz";
|
||||
sha256 = "1vpny8smwl23rai1kxngi5i31jhp6s6cdls19gjhcwsxf76daqxy";
|
||||
url = "mirror://cpan/authors/id/G/GB/GBARR/Convert-ASN1-0.26.tar.gz";
|
||||
sha256 = "188wpjnp4j2m1l1zzw9ak9ymiba1g7hzysf8mc6bsdnhl0pvdf2x";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user