cocoon: 0.5.1 -> 0.6.0

This commit is contained in:
isabel
2025-12-06 11:44:24 +00:00
parent d9810c57f6
commit 68fd85b28b
+4 -4
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "cocoon";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "haileyok";
repo = "cocoon";
tag = finalAttrs.version;
hash = "sha256-2zvbPhvYoKlQTZDjpo6LRr9DLKzSmcH0qnU1oJ+7k04=";
tag = "v${finalAttrs.version}";
hash = "sha256-pRtfYW3mojOycUaky4y+fcbGaeXAjj1jO1ewwFamGO8=";
};
ldflags = [
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "ATProtocol Personal Data Server written in Go with a SQLite block and blob store";
changelog = "https://github.com/haileyok/cocoon/releases/${finalAttrs.version}";
changelog = "https://github.com/haileyok/cocoon/releases/v${finalAttrs.version}";
homepage = "https://github.com/haileyok/cocoon";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ isabelroses ];