golds: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm
2025-09-30 10:27:44 +00:00
parent aec87d52f4
commit 33748b93c6

View File

@@ -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