···89buildGoModule rec {
10 pname = "golds";
11- version = "0.7.5";
1213 src = fetchFromGitHub {
14 owner = "go101";
15 repo = "golds";
16 tag = "v${version}";
17- hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4=";
18 };
1920 # nixpkgs is not using the go distpack archive and missing a VERSION file in the source
···89buildGoModule rec {
10 pname = "golds";
11+ version = "0.7.6";
1213 src = fetchFromGitHub {
14 owner = "go101";
15 repo = "golds";
16 tag = "v${version}";
17+ hash = "sha256-j6k68+hiXsXW5WLnmbN/iFLFpyU64z/1+DKuaAnNbac=";
18 };
1920 # nixpkgs is not using the go distpack archive and missing a VERSION file in the source