[cpan2nix] perlPackages.Connector: 1.22 -> 1.26
This commit is contained in:
parent
8825e5f9bc
commit
4e9973ef98
1 changed files with 3 additions and 3 deletions
|
@ -2563,12 +2563,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Connector = buildPerlPackage rec {
|
||||
name = "Connector-1.22";
|
||||
name = "Connector-1.26";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MR/MRSCOTTY/${name}.tar.gz";
|
||||
sha256 = "aa178d1865817ad2dea5c79645c8e6420ca2cfb951f20c98b5154307de219016";
|
||||
sha256 = "9852c2b43a8201996530deb1d3aa7fda18abe1ce24c80fbdebd7981cd2f05c45";
|
||||
};
|
||||
buildInputs = [ ConfigMerge ConfigStd ConfigVersioned CryptSSLeay DBDSQLite DBI IOSocketSSL LWPProtocolhttps LWPUserAgent TemplateToolkit YAML ];
|
||||
buildInputs = [ ConfigMerge ConfigStd ConfigVersioned DBDSQLite DBI ProcSafeExec TemplateToolkit YAML ];
|
||||
propagatedBuildInputs = [ LogLog4perl Moose ];
|
||||
prePatch = ''
|
||||
# Attempts to use network.
|
||||
|
|
Loading…
Reference in a new issue