Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 309e095d902b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84b7bf85f45b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 21, 2019

  1. fping: 4.1 -> 4.2

    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
    r-ryantm committed Mar 21, 2019
    Copy the full SHA
    6347dee View commit details

Commits on Mar 22, 2019

  1. Merge pull request #58085 from r-ryantm/auto-update/fping

    fping: 4.1 -> 4.2
    dtzWill authored Mar 22, 2019
    Copy the full SHA
    84b7bf8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/fping/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/fping/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "fping-4.1";
name = "fping-4.2";

src = fetchurl {
url = "https://www.fping.org/dist/${name}.tar.gz";
sha256 = "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7";
sha256 = "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx";
};

configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];