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

Commits on Apr 18, 2019

  1. Copy the full SHA
    a7ac961 View commit details

Commits on Apr 23, 2019

  1. Merge pull request #59807 from dtzWill/update/dhcpcd-7.2.0

    dhcpcd: 7.1.1 -> 7.2.0
    fpletz authored Apr 23, 2019
    Copy the full SHA
    dc552fd 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.1.1";
name = "dhcpcd-7.2.0";

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

nativeBuildInputs = [ pkgconfig ];