dnsmasq: 2.91 -> 2.92

Changes: https://thekelleys.org.uk/dnsmasq/CHANGELOG
This commit is contained in:
Sergei Trofimovich
2026-01-15 06:38:09 +00:00
parent d6bc8a1403
commit a9db26fbcd
+2 -2
View File
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "dnsmasq";
version = "2.91";
version = "2.92";
src = fetchurl {
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
hash = "sha256-9iJoKEizNnetsratCCZGGKKuCgHaSGqT/YzZEYaz0VM=";
hash = "sha256-S/UMLBAY+fvCYDffUbkOzqDLc9RhYoRnY7kt8NbDpFg=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''