dnsmonster: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-01-16 05:43:10 +00:00
parent 274bd3e0ee
commit 53a2c335b6
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "dnsmonster";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "mosajjal";
repo = "dnsmonster";
tag = "v${version}";
hash = "sha256-sg+88WbjlfcPgWQ9RnmLr6/VWwXEjsctfWt4TGx1oNc=";
hash = "sha256-+GFkGUR3XKDgrxVAZ3MuPxGyI0oGROdhHKMBwMSvoBI=";
};
vendorHash = "sha256-PIiSpxfZmhxWkHUnoDYKppI7/gzGm0RKh7u9HK4zrEU=";
vendorHash = "sha256-7rIBbaYr1dgC0ArcuwZelHKG5TLIQDV9JSBoYOcz+C0=";
buildInputs = [ libpcap ];