[cpan2nix] perlPackages.CPANPerlReleases: 2.36 -> 3.50
This commit is contained in:
parent
5750a94f90
commit
4e6c787a0c
1 changed files with 2 additions and 2 deletions
|
@ -2642,10 +2642,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
CPANPerlReleases = buildPerlPackage rec {
|
||||
name = "CPAN-Perl-Releases-2.36";
|
||||
name = "CPAN-Perl-Releases-3.50";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/B/BI/BINGOS/${name}.tar.gz";
|
||||
sha256 = "092nr3x2bs0lb3k8vk0mkghqzcw05s0gyyvfnmvx4fwwza8kya85";
|
||||
sha256 = "1nr739rnrw58p9r9z26pr4sc4s5z7wbhgyva3r2b2spyaylp5qkz";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://github.com/bingos/cpan-perl-releases;
|
||||
|
|
Loading…
Reference in a new issue