[cpan2nix] perlPackages.PerlTidy: 20190915 -> 20200110
This commit is contained in:
parent
06748f39bf
commit
3d3d38df4f
1 changed files with 2 additions and 2 deletions
|
@ -14596,8 +14596,8 @@ let
|
||||||
pname = "Perl-Tidy";
|
pname = "Perl-Tidy";
|
||||||
version = "20200110";
|
version = "20200110";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHANCOCK/Perl-Tidy-${version}.tar.gz";
|
url = mirror://cpan/authors/id/S/SH/SHANCOCK/Perl-Tidy-20200110.tar.gz;
|
||||||
sha256 = "11l0isqr7ysrm1y07lrla0ns1x3wvjw8im4kk50rsh22iyw3mhf8";
|
sha256 = "c8c13ab88f42409d419993d488b8dc7cf4a02d5034d3037ca859fb93b18e8086";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Indent and reformat perl scripts";
|
description = "Indent and reformat perl scripts";
|
||||||
|
|
Loading…
Reference in a new issue