lol

dnsx: 1.1.0 -> 1.1.1

+3 -3
+3 -3
pkgs/tools/security/dnsx/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "dnsx"; 8 - version = "1.1.0"; 8 + version = "1.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = "dnsx"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-tcUVJ/qcQGivcAjWkcfv1fZxc9F5cYn1stpCHDoJRps="; 14 + sha256 = "sha256-5ZWBUgW3esdH+9APU5Z9Hn9VtA6VQqvUfJp5C42791k="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-hGV44Rx5kX2ZVBsTyeWm5SzpXzlTFNidt7bwzntboQo="; 17 + vendorSha256 = "sha256-71JqgJZyx+9NTw08D7V5PPc84ExjGYdieCvFPTDSrs8="; 18 18 19 19 meta = with lib; { 20 20 description = "Fast and multi-purpose DNS toolkit";