documize-community: 3.2.0 -> 3.3.0

https://github.com/documize/community/releases/tag/v3.3.0
This commit is contained in:
Maximilian Bosch 2019-09-14 14:22:01 +02:00
parent 5d853163cf
commit c6f257265d
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.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "13r0x1mbprhk19a1cikq8cl553xdrxin9arw90am69iv6rcps3w3";
sha256 = "1qkc82bvpmgcil88630pnp1irc2w8rzlh702vl0v67vfmawpxpjq";
};
goPackagePath = "github.com/documize/community";