mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #95380 from r-ryantm/auto-update/fping
fping: 4.4 -> 5.0
This commit is contained in:
commit
76c90a8711
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fping-4.4";
|
||||
name = "fping-5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.fping.org/dist/${name}.tar.gz";
|
||||
sha256 = "049dnyr6d869kwrnfhkj3afifs3219fy6hv7kmsb3irdlmjlp1cz";
|
||||
sha256 = "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];
|
||||
|
|
Loading…
Reference in a new issue