godns: 3.2.5 -> 3.3.3

R. Ryantm 2fc62818 f4ee7c92

+4 -4
+4 -4
pkgs/by-name/go/godns/package.nix
··· 10 11 buildGoModule rec { 12 pname = "godns"; 13 - version = "3.2.5"; 14 15 src = fetchFromGitHub { 16 owner = "TimothyYe"; 17 repo = "godns"; 18 tag = "v${version}"; 19 - hash = "sha256-pe+A4n2IaiCOoDFc8NVk1NogNBqJ9Z4EnMBhiMbpkMU="; 20 }; 21 22 - vendorHash = "sha256-ascWufBz1cp74g8QXJjEdF23WLZCwvxY+QUKMmfzhSM="; 23 npmDeps = fetchNpmDeps { 24 src = "${src}/web"; 25 - hash = "sha256-DqNgy/ZrSQPSCqZriKosSUybHq3PbuPOjIFqRW+Nu14="; 26 }; 27 28 npmRoot = "web";
··· 10 11 buildGoModule rec { 12 pname = "godns"; 13 + version = "3.3.3"; 14 15 src = fetchFromGitHub { 16 owner = "TimothyYe"; 17 repo = "godns"; 18 tag = "v${version}"; 19 + hash = "sha256-go6LUVr53ioCpzWwShe7Ol2p57HH/cAcsD+g7I0ix2E="; 20 }; 21 22 + vendorHash = "sha256-FHao4E0hhmnM224f8CowcHFAN2fmcR7TN08ldKZ5DUw="; 23 npmDeps = fetchNpmDeps { 24 src = "${src}/web"; 25 + hash = "sha256-D0R9CUMlm+oesfD+Gr+Cqi37XETMhQ9n9MSKJOYqe9g="; 26 }; 27 28 npmRoot = "web";