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: 690fb6e723a4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4c9e42e5c9b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 11, 2019

  1. dhcpcd: 7.0.8 -> 7.1.1

    dtzWill committed Feb 11, 2019
    Copy the full SHA
    683dcb8 View commit details

Commits on Feb 12, 2019

  1. Merge pull request #55600 from dtzWill/update/dhcpcd-7.1.1

    dhcpcd: 7.0.8 -> 7.1.1
    edolstra authored Feb 12, 2019
    Copy the full SHA
    a4c9e42 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/dhcpcd/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dhcpcd/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
# when updating this to >=7, check, see previous reverts:
# nix-build -A nixos.tests.networking.scripted.macvlan.x86_64-linux nixos/release-combined.nix
name = "dhcpcd-7.0.8";
name = "dhcpcd-7.1.1";

src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "1df95lv3cbs3dk718a2vyvzmv7qhpgcxzagb27ylmav96f48x5ln";
sha256 = "0h94g5nl9bg3x3qaajqaz6izl6mlvyjgp93nifnlfb7r7n3j8yd2";
};

nativeBuildInputs = [ pkgconfig ];