golds: 0.8.1 -> 0.8.2
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "golds";
|
pname = "golds";
|
||||||
version = "0.8.1";
|
version = "0.8.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "go101";
|
owner = "go101";
|
||||||
repo = "golds";
|
repo = "golds";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-RM9ltqkOByOg1ZUF7ZXZcWTivlUKrNbZYgcFpwRwNUk=";
|
hash = "sha256-6jtBwET3JSSh2DQq9MtLn2YokfK9ODYtYrcfI0W8m5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source
|
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source
|
||||||
|
|||||||
Reference in New Issue
Block a user