dnsmonster: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm 2022-11-05 12:25:23 +00:00
parent 2a0350d496
commit 5c8a5cfba1

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsmonster"; pname = "dnsmonster";
version = "0.9.5"; version = "0.9.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mosajjal"; owner = "mosajjal";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-csYJ8jdk84Uf0Sti5wGK27NH9FFHzUHFJXV8r4FWO68="; hash = "sha256-MiFwGVvaShy7dEKixIXdRCBmRc2YnxX49/7R8JugXng=";
}; };
vendorSha256 = "sha256-+Wpn9VhFDx5NPk7lbp/iP3kdn3bvR+AL5nfivu8944I="; vendorSha256 = "sha256-ZCtxKMD9hESERcsptdhxdV51nxyvrdj+guTodn/Sqao=";
buildInputs = [ buildInputs = [
libpcap libpcap