documize-community: 3.4.1 -> 3.4.2

https://github.com/documize/community/releases/tag/v3.4.2
This commit is contained in:
Maximilian Bosch 2019-11-08 18:01:33 +01:00
parent 88551f981a
commit 55a2d14e41
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "documize-community";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "1qbf5c42mf30kc4yrk7mav8hk91v5yjx32h9wirmqkcb9k2lpv7s";
sha256 = "17dzj24dc3f6bw8v4fsj578gfz0fcvh42a2srci580s41mq2kjy4";
};
goPackagePath = "github.com/documize/community";