mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
perl-Convert-ASN1: 0.26 -> 0.27
This commit is contained in:
parent
804d019c6a
commit
2cc15968f2
1 changed files with 3 additions and 3 deletions
|
@ -1959,10 +1959,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
ConvertASN1 = buildPerlPackage rec {
|
ConvertASN1 = buildPerlPackage rec {
|
||||||
name = "Convert-ASN1-0.26";
|
name = "Convert-ASN1-0.27";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/G/GB/GBARR/Convert-ASN1-0.26.tar.gz";
|
url = "mirror://cpan/authors/id/G/GB/GBARR/${name}.tar.gz";
|
||||||
sha256 = "188wpjnp4j2m1l1zzw9ak9ymiba1g7hzysf8mc6bsdnhl0pvdf2x";
|
sha256 = "12nmsca6hzgxq57sx7dp8yq6zxqhl41z5a6018877sf5w25ag93l";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue