[cpan2nix] perlPackages.NetPing: 2.66 -> 2.68

This commit is contained in:
volth 2018-07-08 06:27:10 +00:00
parent 27fc694b31
commit 393d172f1e

View File

@ -11336,10 +11336,10 @@ let self = _self // overrides; _self = with self; {
};
NetPing = buildPerlPackage {
name = "Net-Ping-2.66";
name = "Net-Ping-2.68";
src = fetchurl {
url = mirror://cpan/authors/id/R/RU/RURBAN/Net-Ping-2.66.tar.gz;
sha256 = "a477b29e543695343513e65f3aff885a353ecebb612741e79f0bad5622e4b9e4";
url = mirror://cpan/authors/id/R/RU/RURBAN/Net-Ping-2.68.tar.gz;
sha256 = "d01ac2fcdf684c4a23a07104fbb147cfbdbda47fd5b660912124258f29afd7e3";
};
meta = {
description = "Check a remote host for reachability";