documize-community: 3.0.0 -> 3.1.0

See https://github.com/documize/community/releases/tag/v3.1.0

As noted in the release notes, frequent releases will be provided to
provide the same features as in managed hosting.
This commit is contained in:
Maximilian Bosch 2019-07-05 10:39:04 +02:00
parent d0e3c02a49
commit 87e65b1949
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.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "01q7yx35gp41lnm9zbwq0maf7wiv86mi6fww3hl1cddmgdlksss9";
sha256 = "1ghdmqcwvbp48dw2w0aka38wfi2a80rmprnaxrjn2j5aplgbkbc5";
};
goPackagePath = "github.com/documize/community";