Merge pull request #120330 from LeSuisse/dnsmasq-2.85

dnsmasq: 2.84 -> 2.85
This commit is contained in:
Luke Granger-Brown 2021-04-24 11:34:56 +01:00 committed by GitHub
commit 6b24bc6db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dnsmasq"; pname = "dnsmasq";
version = "2.84"; version = "2.85";
src = fetchurl { src = fetchurl {
url = "http://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz"; url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
sha256 = "sha256-YDGVxktzE3YJsH4QJK4LN/ZSsvX+Rn3OZphbPRhQBQw="; sha256 = "sha256-rZjTgD32h+W5OAgPPSXGKP5ByHh1LQP7xhmXh/7jEvo=";
}; };
postPatch = lib.optionalString stdenv.hostPlatform.isLinux '' postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An integrated DNS, DHCP and TFTP server for small networks"; description = "An integrated DNS, DHCP and TFTP server for small networks";
homepage = "http://www.thekelleys.org.uk/dnsmasq/doc.html"; homepage = "https://www.thekelleys.org.uk/dnsmasq/doc.html";
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ eelco fpletz globin ]; maintainers = with maintainers; [ eelco fpletz globin ];