diff --git a/pkgs/by-name/co/cocoon/package.nix b/pkgs/by-name/co/cocoon/package.nix index 4bc273b76ee9..265dd93fd057 100644 --- a/pkgs/by-name/co/cocoon/package.nix +++ b/pkgs/by-name/co/cocoon/package.nix @@ -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 ];