3
0
Fork 0
forked from mirrors/nixpkgs

dnsmasq: 2.86 -> 2.87

This commit is contained in:
R. Ryantm 2022-09-27 06:34:44 +00:00
parent ea4a87537c
commit 2fc8634038

View file

@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "dnsmasq";
version = "2.86";
version = "2.87";
src = fetchurl {
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
sha256 = "sha256-KNUs/J4gBKxPhSdPUrMuFke028l2G4Ln3h5BxJkH6wg=";
sha256 = "sha256-AijANkp/I1b9fn8VSZN8vzCZp407LrG6W7DDHiuJ3no=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''