documize-community: 3.4.0 -> 3.4.1

https://github.com/documize/community/releases/tag/v3.4.1
This commit is contained in:
Maximilian Bosch 2019-11-02 10:35:17 +01:00
parent 548985b1a7
commit 83a5ad13b7
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "documize-community"; pname = "documize-community";
version = "3.4.0"; version = "3.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "documize"; owner = "documize";
repo = "community"; repo = "community";
rev = "v${version}"; rev = "v${version}";
sha256 = "0gmr61ga8ik7awaqcq74bg7h7m8ijqvf4xvr5s6agkmzym83sjsz"; sha256 = "1qbf5c42mf30kc4yrk7mav8hk91v5yjx32h9wirmqkcb9k2lpv7s";
}; };
goPackagePath = "github.com/documize/community"; goPackagePath = "github.com/documize/community";