[cpan2nix] perlPackages.TestLeakTrace: 0.14 -> 0.16

This commit is contained in:
volth 2018-04-07 07:53:22 +00:00
parent c1c96d5372
commit 5b82aa5ace

View file

@ -13991,10 +13991,10 @@ let self = _self // overrides; _self = with self; {
};
TestLeakTrace = buildPerlPackage rec {
name = "Test-LeakTrace-0.14";
name = "Test-LeakTrace-0.16";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
sha256 = "06cn4g35l2gi9vbsdi2j49cxsji9fvfi7xp4xgdyxxds9vrxydia";
url = mirror://cpan/authors/id/L/LE/LEEJO/Test-LeakTrace-0.16.tar.gz;
sha256 = "00z4hcjra5nk700f3fgpy8fs036d7ry7glpn8g3wh7jzj7nrw22z";
};
meta = {
description = "Traces memory leaks";