mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
[cpan2nix] perlPackages.NetPing: 2.66 -> 2.68
This commit is contained in:
parent
27fc694b31
commit
393d172f1e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user