summary refs log tree commit diff
path: root/pkgs/servers/documize-community
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-11-16 14:07:22 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-11-16 14:07:22 +0100
commit654e49be539310987af8b84d34d45b8b653d2ebf (patch)
tree56a97c38dfa146b4a45e000bf30658e060d9b2d6 /pkgs/servers/documize-community
parentfe6c69252046515c3cc916f6f5986f62d3fae981 (diff)
downloadnixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar.gz
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar.bz2
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar.lz
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar.xz
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.tar.zst
nixpkgs-654e49be539310987af8b84d34d45b8b653d2ebf.zip
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
Diffstat (limited to 'pkgs/servers/documize-community')
-rw-r--r--pkgs/servers/documize-community/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/documize-community/default.nix b/pkgs/servers/documize-community/default.nix
index 09c511b4d6f..29ad2ef9174 100644
--- a/pkgs/servers/documize-community/default.nix
+++ b/pkgs/servers/documize-community/default.nix
@@ -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;