golds: 0.7.8 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-09-08 14:14:13 +00:00
parent 90a49d004a
commit 201cee354f
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "golds";
version = "0.7.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "go101";
repo = "golds";
tag = "v${version}";
hash = "sha256-sK7mnvIy8xgsb/K73bEsp1x667AXrDJXSXjFbOSoX9A=";
hash = "sha256-RM9ltqkOByOg1ZUF7ZXZcWTivlUKrNbZYgcFpwRwNUk=";
};
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source