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

Commits on Apr 4, 2021

  1. dhcpcd: Fix patch url (#118264)

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
    (cherry picked from commit 54c1e44)
    dshkyra authored and veprbl committed Apr 4, 2021
    Copy the full SHA
    cadb063 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/tools/networking/dhcpcd/default.nix
3 changes: 2 additions & 1 deletion pkgs/tools/networking/dhcpcd/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {

patches = [
(fetchpatch {
url = "https://roy.marples.name/cgit/dhcpcd.git/patch/?id=114870290a8d3d696bc4049c32eef3eed03d6070";
name = "?id=114870290a8d3d696bc4049c32eef3eed03d6070";
url = "https://roy.marples.name/git/dhcpcd/commitdiff_plain/114870290a8d3d696bc4049c32eef3eed03d6070";
sha256 = "0kzpwjh2gzvl5lvlnw6lis610p67nassk3apns68ga2pyxlky8qb";
})
];