···89buildGoModule rec {
10 pname = "golds";
11- version = "0.8.1";
1213 src = fetchFromGitHub {
14 owner = "go101";
15 repo = "golds";
16 tag = "v${version}";
17- hash = "sha256-RM9ltqkOByOg1ZUF7ZXZcWTivlUKrNbZYgcFpwRwNUk=";
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.8.2";
1213 src = fetchFromGitHub {
14 owner = "go101";
15 repo = "golds";
16 tag = "v${version}";
17+ hash = "sha256-6jtBwET3JSSh2DQq9MtLn2YokfK9ODYtYrcfI0W8m5I=";
18 };
1920 # nixpkgs is not using the go distpack archive and missing a VERSION file in the source