golds: 0.7.5 -> 0.7.6 (#399442)

Co-authored-by: phanirithvij <madlad@duck.com>

authored by nixpkgs-merge-bot[bot] phanirithvij and committed by GitHub e4651455 d5b441b8

+2 -2
+2 -2
pkgs/by-name/go/golds/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "golds"; 11 - version = "0.7.5"; 11 + version = "0.7.6"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "go101"; 15 15 repo = "golds"; 16 16 tag = "v${version}"; 17 - hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4="; 17 + hash = "sha256-j6k68+hiXsXW5WLnmbN/iFLFpyU64z/1+DKuaAnNbac="; 18 18 }; 19 19 20 20 # nixpkgs is not using the go distpack archive and missing a VERSION file in the source