[cpan2nix] perlPackages.LogTrace: cleanup

This commit is contained in:
volth 2018-04-07 07:52:23 +00:00
parent 23bead7507
commit 880f8352c1

View File

@ -8225,7 +8225,7 @@ let self = _self // overrides; _self = with self; {
LogTrace = buildPerlPackage rec {
name = "Log-Trace-1.070";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Log/${name}.tar.gz";
url = mirror://cpan/authors/id/B/BB/BBC/Log-Trace-1.070.tar.gz;
sha256 = "1qrnxn9b05cqyw1286djllnj8wzys10754glxx6z5hihxxc85jwy";
};
};