diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index ce34f876999..eb934a57bb3 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -12707,13 +12707,13 @@ let self = _self // overrides; _self = with self; { propagatedBuildInputs = [PodCoverage]; }; - TestPodLinkCheck = buildPerlPackage { - name = "Test-Pod-LinkCheck-0.007"; + TestPodLinkCheck = buildPerlPackage rec { + name = "Test-Pod-LinkCheck-0.008"; src = fetchurl { - url = mirror://cpan/authors/id/A/AP/APOCAL/Test-Pod-LinkCheck-0.007.tar.gz; - sha256 = "de2992e756fca96824411bb3ab2b94b05567cb3f2c5e3ffd8162ffdfd1f77c88"; + url = "mirror://cpan/authors/id/A/AP/APOCAL/${name}.tar.gz"; + sha256 = "2bfe771173c38b69eeb089504e3f76511b8e45e6a9e6dac3e616e400ea67bcf0"; }; - buildInputs = [ TestTester ]; + buildInputs = [ ModuleBuildTiny ]; propagatedBuildInputs = [ CaptureTiny Moose TestPod podlinkcheck ]; meta = { homepage = http://search.cpan.org/dist/Test-Pod-LinkCheck/;