dnsmonster: 0.9.9 -> 1.0.0

This commit is contained in:
R. Ryantm
2024-10-26 14:19:07 +00:00
parent a48eed919a
commit 367ccf08fc
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "dnsmonster";
version = "0.9.9";
version = "1.0.0";
src = fetchFromGitHub {
owner = "mosajjal";
repo = pname;
rev = "v${version}";
hash = "sha256-2k/WyAM8h2P2gCLt2J9m/ZekrzCyf/LULGOQYy5bsZs=";
hash = "sha256-0WHTrqnc3vYQro+nSsQipAPVymR8L4uOwtd9GJHxhVM=";
};
vendorHash = "sha256-gAjR1MoudBAx1dxGObIVPqJdfehWkKckKtwM7sTP0w4=";
vendorHash = "sha256-QCG/rhs4Y3lLDVU15cBNUZqbKc4faNAqKMhMOFwK2SY=";
buildInputs = [
libpcap