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

Commits on Nov 25, 2019

  1. dhcpcd: 8.0.6 -> 8.1.2

    r-ryantm committed Nov 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ddab7e5 View commit details

Commits on Nov 26, 2019

  1. Merge pull request #74178 from r-ryantm/auto-update/dhcpcd

    dhcpcd: 8.0.6 -> 8.1.2
    fpletz authored Nov 26, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6bdec0b 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
@@ -4,11 +4,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
pname = "dhcpcd";
version = "8.0.6";
version = "8.1.2";

src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "0kxxpb79j564m6bjvjb9gsn0yzs13c0arfgsycm51gw3xnch3db6";
sha256 = "1b9mihp1mf2vng92fgks764a6pwf2gx7ccw6knja79c42nmyglyb";
};

nativeBuildInputs = [ pkgconfig ];