dnsmasq: 2.91 -> 2.92 (#480262)

This commit is contained in:
Sandro
2026-01-20 16:17:07 +00:00
committed by GitHub
+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 ''