mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
dhcp: 4.3.6 -> 4.3.6-P1
https://kb.isc.org/article/AA-01570/82/DHCP-4.3.6-P1-Release-Notes.html
This commit is contained in:
parent
559c79d7b7
commit
b59df6ba04
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dhcp-${version}";
|
||||
version = "4.3.6";
|
||||
version = "4.3.6-P1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.isc.org/isc/dhcp/${version}/${name}.tar.gz";
|
||||
sha256 = "06vgxhm6agzkp6r1jy10467vrfw2rzcp2mnkcph7ydziciisy7m4";
|
||||
sha256 = "1hx3az6ckvgvybr1ag4k9kqr8zfcpzcww4vpw5gz0mi8y2z7gl9g";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user