[Backport release-26.05] golds: 0.8.3 -> 0.8.4 (#533496)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-20 09:21:08 +00:00 committed by GitHub
commit 3c36bce45b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "golds";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "go101";
repo = "golds";
tag = "v${finalAttrs.version}";
hash = "sha256-s4vzQ+ntty1XLe65sEBxxN+Amp162k40LmJ7AT2/26U=";
hash = "sha256-Jt0Q6Ie1HSqRs4+zlmNOXlSMXfWu0nSIOjglduq4FUE=";
};
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source