documize-community: 3.8.0 -> 3.8.1
It seems as it was forgotten to add a git tag (I already reported that) and the relevant changelogs, however the website and my self-hosted instance notified about the new release. It makes sense though to update now since this release fixes the integration of `drawio` into the wiki. For the sake of completeness, all changes made since `v3.8.0` can be viewed in https://github.com/documize/community/compare/v3.8.0...30d12ba756101a3d360e874cc8fad2a53ec558ed
This commit is contained in:
parent
fe6c692520
commit
654e49be53
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "documize-community";
|
||||
version = "3.8.0";
|
||||
version = "3.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "documize";
|
||||
repo = "community";
|
||||
rev = "v${version}";
|
||||
sha256 = "0jrqab0c2nnw8632g1f6zll3dycn7xyk01ycmn969i5qxx70am50";
|
||||
rev = "30d12ba756101a3d360e874cc8fad2a53ec558ed";
|
||||
sha256 = "sha256-URQtOXwMavPD9/9n2YO1Z9Rg/i26gYb53OC8WEpbelk=";
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
|
|
Loading…
Reference in a new issue