mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
[cpan2nix] perlPackages.CGIFast: 2.10 -> 2.13
This commit is contained in:
parent
f9710975cb
commit
ee9cdad604
@ -1740,12 +1740,12 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
CGIFast = buildPerlPackage {
|
||||
name = "CGI-Fast-2.10";
|
||||
name = "CGI-Fast-2.13";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/L/LE/LEEJO/CGI-Fast-2.10.tar.gz;
|
||||
sha256 = "98263afcc9f5d88c7cbbd39651c5431b434c1c815fe284962d887ed7be3a1dd3";
|
||||
url = mirror://cpan/authors/id/L/LE/LEEJO/CGI-Fast-2.13.tar.gz;
|
||||
sha256 = "792f21fc3b94380e37c99faa7901ecedf01d6855191000d1ffb2a7003813b1d4";
|
||||
};
|
||||
propagatedBuildInputs = [ FCGI if_ ];
|
||||
propagatedBuildInputs = [ CGI FCGI ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = https://metacpan.org/module/CGI::Fast;
|
||||
|
Loading…
Reference in New Issue
Block a user