Merge pull request #309205 from r-ryantm/auto-update/godns

godns: 3.1.5 -> 3.1.6

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
1ea2cbff 10f80194

+3 -3
+3 -3
pkgs/by-name/go/godns/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "godns"; 12 - version = "3.1.5"; 12 + version = "3.1.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "TimothyYe"; 16 16 repo = "godns"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-kdClyeU0hR0ymVLn9xe/kYVJE/9P/hAz/5UwRAQ2KCU="; 18 + hash = "sha256-Kr+zMmjpHR2JtCaDyLMcQwOUXlPJeisu94zHRpEYV/I="; 19 19 }; 20 20 21 - vendorHash = "sha256-kSREFNIGH0MXiyKMp1LmrLkhKBhovvNRz46LTXT2XME="; 21 + vendorHash = "sha256-E15h5p4ppRb91EUoz5dyWNFl745rt419NMCSurMLxis="; 22 22 npmDeps = fetchNpmDeps { 23 23 src = "${src}/web"; 24 24 hash = "sha256-2yeqLly0guU/kpX+yH/QOoDGzyJTxkTaCt8EleJhybU=";