Merge pull request #109968 from stigtsp/package/dnsmasq-2.83-staging-next
dnsmasq: 2.82 -> 2.83
This commit is contained in:
commit
c0ca873751
@ -12,11 +12,12 @@ let
|
|||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dnsmasq-2.82";
|
pname = "dnsmasq";
|
||||||
|
version = "2.83";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
|
url = "http://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0cn1xd1s6xs78jmrmwjnh9m6w3q38pk6dyqy2phvasqiyd33cll4";
|
sha256 = "1sjamz1v588qf35m8z6wcqkjk5w12bqhj7d7p48dj8jyn3lgghgz";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user