Merge pull request #65201 from Ma27/bump-documize

documize-community: 3.1.0 -> 3.1.1
This commit is contained in:
WilliButz 2019-07-22 20:40:39 +02:00 committed by GitHub
commit c2c34eef82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "documize-community";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "1ghdmqcwvbp48dw2w0aka38wfi2a80rmprnaxrjn2j5aplgbkbc5";
sha256 = "1w57akmc3kb8rzgrjv5d4rjfr6vvam1wjs8792265ggnx6xhpgg9";
};
goPackagePath = "github.com/documize/community";