documize-community: 2.5.1 -> 3.0.0

https://github.com/documize/community/releases/tag/v3.0.0
This commit is contained in:
Maximilian Bosch 2019-06-23 12:15:47 +02:00
parent ac28607a03
commit 0d461a770e
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 = "2.5.1";
version = "3.0.0";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "1y6x5la0q1cbapayw5vbqk4i3bhj9i9008cmj22wx6fp0x7vshxi";
sha256 = "01q7yx35gp41lnm9zbwq0maf7wiv86mi6fww3hl1cddmgdlksss9";
};
goPackagePath = "github.com/documize/community";