dhcpcd: Fix patch url (#118264)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
28ee5b3150
commit
54c1e44240
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue