dnsmasq: 2.81 -> 2.82
This commit is contained in:
parent
a29d2795ac
commit
26c6b14a4c
@ -12,11 +12,11 @@ let
|
|||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dnsmasq-2.81";
|
name = "dnsmasq-2.82";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
|
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
|
||||||
sha256 = "1yzq6anwgr5rlnwydpszb51cyhp2vjq29b24ck19flbwac1sk73l";
|
sha256 = "0cn1xd1s6xs78jmrmwjnh9m6w3q38pk6dyqy2phvasqiyd33cll4";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = stdenv.lib.optionalString stdenv.hostPlatform.isLinux ''
|
postPatch = stdenv.lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user