Merge pull request #50160 from r-ryantm/auto-update/dnsmasq

dnsmasq: 2.79 -> 2.80
This commit is contained in:
Jörg Thalheim 2018-11-10 11:36:35 +00:00 committed by GitHub
commit 7792a38642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ let
]);
in
stdenv.mkDerivation rec {
name = "dnsmasq-2.79";
name = "dnsmasq-2.80";
src = fetchurl {
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
sha256 = "07w6cw706yyahwvbvslhkrbjf2ynv567cgy9pal8bz8lrbsp9bbq";
sha256 = "1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd";
};
preBuild = ''