forked from mirrors/nixpkgs
fping: 4.0 -> 4.1 (#47054)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fping/versions
This commit is contained in:
parent
4b8aef5099
commit
a84000501a
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fping-4.0";
|
||||
name = "fping-4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.fping.org/dist/${name}.tar.gz";
|
||||
sha256 = "1kp81wchi79l8z8rrj602fpjrd8bi84y3i7fsaclzlwap5943sv7";
|
||||
sha256 = "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];
|
||||
|
|
Loading…
Reference in a new issue