documize-community: 3.4.0 -> 3.4.1
https://github.com/documize/community/releases/tag/v3.4.1
This commit is contained in:
parent
548985b1a7
commit
83a5ad13b7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "documize-community";
|
||||
version = "3.4.0";
|
||||
version = "3.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "documize";
|
||||
repo = "community";
|
||||
rev = "v${version}";
|
||||
sha256 = "0gmr61ga8ik7awaqcq74bg7h7m8ijqvf4xvr5s6agkmzym83sjsz";
|
||||
sha256 = "1qbf5c42mf30kc4yrk7mav8hk91v5yjx32h9wirmqkcb9k2lpv7s";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/documize/community";
|
||||
|
|
Loading…
Reference in a new issue