mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
[cpan2nix] perlPackages.NetPing: 2.41 -> 2.66
This commit is contained in:
parent
2ab46fd5c4
commit
a109da6cbc
@ -10501,10 +10501,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
NetPing = buildPerlPackage {
|
||||
name = "Net-Ping-2.41";
|
||||
name = "Net-Ping-2.66";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SM/SMPETERS/Net-Ping-2.41.tar.gz;
|
||||
sha256 = "cbff21a8d323f235b70237c7ee56ffa5f22e87511e70608c027e2ec27fce47e0";
|
||||
url = mirror://cpan/authors/id/R/RU/RURBAN/Net-Ping-2.66.tar.gz;
|
||||
sha256 = "a477b29e543695343513e65f3aff885a353ecebb612741e79f0bad5622e4b9e4";
|
||||
};
|
||||
meta = {
|
||||
description = "Check a remote host for reachability";
|
||||
|
Loading…
Reference in New Issue
Block a user