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:
parent
d0e3c02a49
commit
87e65b1949
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "documize-community";
|
pname = "documize-community";
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "documize";
|
owner = "documize";
|
||||||
repo = "community";
|
repo = "community";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "01q7yx35gp41lnm9zbwq0maf7wiv86mi6fww3hl1cddmgdlksss9";
|
sha256 = "1ghdmqcwvbp48dw2w0aka38wfi2a80rmprnaxrjn2j5aplgbkbc5";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/documize/community";
|
goPackagePath = "github.com/documize/community";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user