documize-community: 3.1.1 -> 3.2.0
https://github.com/documize/community/releases/tag/v3.2.0 https://github.com/documize/community/releases/tag/v3.1.2
This commit is contained in:
parent
604b7c139f
commit
ccc1613a11
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "documize-community";
|
pname = "documize-community";
|
||||||
version = "3.1.1";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "documize";
|
owner = "documize";
|
||||||
repo = "community";
|
repo = "community";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w57akmc3kb8rzgrjv5d4rjfr6vvam1wjs8792265ggnx6xhpgg9";
|
sha256 = "13r0x1mbprhk19a1cikq8cl553xdrxin9arw90am69iv6rcps3w3";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/documize/community";
|
goPackagePath = "github.com/documize/community";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user