godns: 3.2.4 -> 3.2.5 (#424124)

Co-authored-by: linyinfeng <lin.yinfeng@outlook.com>

authored by nixpkgs-merge-bot[bot] linyinfeng and committed by GitHub eae7114e 1bd4d0d4

+4 -4
+4 -4
pkgs/by-name/go/godns/package.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "godns"; 13 - version = "3.2.4"; 13 + version = "3.2.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "TimothyYe"; 17 17 repo = "godns"; 18 18 tag = "v${version}"; 19 - hash = "sha256-Uf+V6A5Q1gQQn+hJUUwmeaGve8364Lui2dMeCzkkeTQ="; 19 + hash = "sha256-pe+A4n2IaiCOoDFc8NVk1NogNBqJ9Z4EnMBhiMbpkMU="; 20 20 }; 21 21 22 - vendorHash = "sha256-PrXi460v7ooBhFooLw14tMDvLvEzIYt+4Y+36BYdWzA="; 22 + vendorHash = "sha256-ascWufBz1cp74g8QXJjEdF23WLZCwvxY+QUKMmfzhSM="; 23 23 npmDeps = fetchNpmDeps { 24 24 src = "${src}/web"; 25 - hash = "sha256-+a5IrJLamuNmwGhPIA7JKvgm6COnYre6bPuAv1PgGns="; 25 + hash = "sha256-DqNgy/ZrSQPSCqZriKosSUybHq3PbuPOjIFqRW+Nu14="; 26 26 }; 27 27 28 28 npmRoot = "web";