mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.IOCaptureOutput: update from 1.1102 to 1.1103
This commit is contained in:
parent
6d394b5177
commit
811474227f
1 changed files with 3 additions and 3 deletions
|
@ -4308,10 +4308,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
IOCaptureOutput = buildPerlPackage rec {
|
||||
name = "IO-CaptureOutput-1.1102";
|
||||
name = "IO-CaptureOutput-1.1103";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/IO/${name}.tar.gz";
|
||||
sha256 = "2ea16dbecb21a3c2be49a93fb1e7e51275bed3f7ef3ac30cbdbff5d0178d43c7";
|
||||
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
|
||||
sha256 = "1bcl7p87ysbzab6hssq19xn3djzc0yk9l4hk0a2mqbqb8hv6p0m5";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue