about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-07-30 17:30:15 -0500
committerWill Dietz <w@wdtz.org>2019-07-30 17:36:39 -0500
commita8e9dc728b4afdb0b8d74b652bee0b563673a1cc (patch)
treec53e064de8cb29621b784f699dd7ba6064f4dc7c /pkgs
parent55bbc807eb0d8d1ac00168eda0e760333327d91e (diff)
downloadnixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar.gz
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar.bz2
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar.lz
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar.xz
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.tar.zst
nixlib-a8e9dc728b4afdb0b8d74b652bee0b563673a1cc.zip
dhcpcd: 8.0.1 -> 8.0.2
https://roy.marples.name/blog/dhcpcd-8-0-2-released

> I don't anticipate any more releases for a while as this is looking
really good now!
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/dhcpcd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dhcpcd/default.nix b/pkgs/tools/networking/dhcpcd/default.nix
index 18682e3bd76a..f0ae7e014beb 100644
--- a/pkgs/tools/networking/dhcpcd/default.nix
+++ b/pkgs/tools/networking/dhcpcd/default.nix
@@ -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.1";
+  version = "8.0.2";
 
   src = fetchurl {
     url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "0cd9vcyc9bisxzb56z2yrpiy7678bgzl7hzy2i3v8hddynz4y7q3";
+    sha256 = "0p3sc9yfb40fn1z8rvvxqd0jpxsxm1967pp6w77x4v2lc7anm8ik";
   };
 
   nativeBuildInputs = [ pkgconfig ];