documize-community: 2.2.1 -> 2.4.1

This commit is contained in:
elseym 2019-04-27 10:54:37 +02:00
parent 21fe4fd176
commit e1bf0c96d0
No known key found for this signature in database
GPG Key ID: 8696D1F9E5C020D2

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "documize-community"; pname = "documize-community";
version = "2.2.1"; version = "2.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "documize"; owner = "documize";
repo = "community"; repo = "community";
rev = "v${version}"; rev = "v${version}";
sha256 = "09s5js0zb3mh3g5qz8f3l2cqjn01kjb35kinfv932nf2rfyrmyqz"; sha256 = "1spj8awyv37gmrm49py3wz7590r7rz63qizgifdzjbvacadavm0c";
}; };
goPackagePath = "github.com/documize/community"; goPackagePath = "github.com/documize/community";
@ -37,7 +37,7 @@ buildGoPackage rec {
meta = with lib; { meta = with lib; {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ ma27 ]; maintainers = with maintainers; [ ma27 elseym ];
homepage = https://www.documize.com/; homepage = https://www.documize.com/;
}; };
} }