dnsmasq: 2.90 -> 2.91

This commit is contained in:
R. Ryantm
2025-03-21 00:36:52 +00:00
parent 750fef2a63
commit 852385ea04
+2 -2
View File
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "dnsmasq";
version = "2.90";
version = "2.91";
src = fetchurl {
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
hash = "sha256-jlAwm9g3v+yWSagS4GbAm2mItz10m30pPAbFfUahCeQ=";
hash = "sha256-9iJoKEizNnetsratCCZGGKKuCgHaSGqT/YzZEYaz0VM=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''