[cpan2nix] perlPackages.DevelNYTProf: 6.04 -> 6.05
This commit is contained in:
parent
2ebedaedc9
commit
62f552329f
@ -4152,17 +4152,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DevelNYTProf = buildPerlPackage rec {
|
||||
name = "Devel-NYTProf-6.04";
|
||||
name = "Devel-NYTProf-6.05";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TI/TIMB/${name}.tar.gz";
|
||||
sha256 = "c04c9f03663b7e4e9cc159f30bcdc0bab5652889c88c425ec157e831318d4891";
|
||||
sha256 = "b2a9f8b49afb9be8d087ddb50ef77a53f3796481b37eb5a965e1d4055445db1c";
|
||||
};
|
||||
propagatedBuildInputs = [ FileWhich JSONMaybeXS TestDifferences ];
|
||||
propagatedBuildInputs = [ FileWhich JSONMaybeXS ];
|
||||
meta = {
|
||||
homepage = https://github.com/timbunce/devel-nytprof;
|
||||
description = "Powerful fast feature-rich Perl source code profiler";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
buildInputs = [ TestDifferences ];
|
||||
};
|
||||
|
||||
DevelPartialDump = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user