golds: 0.8.4 -> 0.8.5 (#548679)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-03 06:36:37 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "golds";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "go101";
repo = "golds";
tag = "v${finalAttrs.version}";
hash = "sha256-Jt0Q6Ie1HSqRs4+zlmNOXlSMXfWu0nSIOjglduq4FUE=";
hash = "sha256-WYjNvpNT5vuiHqo6TWE+uhptG4fke3eaKkJbeNIwwoU=";
};
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source