mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
perl-IO-CaptureOutput: 1.1103 -> 1.1104
Also add meta section.
This commit is contained in:
parent
44eedb927a
commit
cf7f34a1aa
@ -6597,10 +6597,15 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
IOCaptureOutput = buildPerlPackage rec {
|
||||
name = "IO-CaptureOutput-1.1103";
|
||||
name = "IO-CaptureOutput-1.1104";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
|
||||
sha256 = "1bcl7p87ysbzab6hssq19xn3djzc0yk9l4hk0a2mqbqb8hv6p0m5";
|
||||
sha256 = "fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://github.com/dagolden/IO-CaptureOutput;
|
||||
description = "Capture STDOUT and STDERR from Perl code, subprocesses or XS";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user