Skip to content

Commit 367ccf0

Browse files
committed
dnsmonster: 0.9.9 -> 1.0.0
1 parent a48eed9 commit 367ccf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/dnsmonster/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "dnsmonster";
10-
version = "0.9.9";
10+
version = "1.0.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "mosajjal";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-2k/WyAM8h2P2gCLt2J9m/ZekrzCyf/LULGOQYy5bsZs=";
16+
hash = "sha256-0WHTrqnc3vYQro+nSsQipAPVymR8L4uOwtd9GJHxhVM=";
1717
};
1818

19-
vendorHash = "sha256-gAjR1MoudBAx1dxGObIVPqJdfehWkKckKtwM7sTP0w4=";
19+
vendorHash = "sha256-QCG/rhs4Y3lLDVU15cBNUZqbKc4faNAqKMhMOFwK2SY=";
2020

2121
buildInputs = [
2222
libpcap

0 commit comments

Comments
 (0)