about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-07-05 10:39:04 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-07-05 10:39:04 +0200
commit87e65b1949a6f147706a135efca64584573c9ddf (patch)
treeae3e8fb12d418c72e54047ba71338d6b36639f80
parentd0e3c02a494bca5445625a0e46926a617364db81 (diff)
downloadnixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar.gz
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar.bz2
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar.lz
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar.xz
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.tar.zst
nixlib-87e65b1949a6f147706a135efca64584573c9ddf.zip
documize-community: 3.0.0 -> 3.1.0
See https://github.com/documize/community/releases/tag/v3.1.0

As noted in the release notes, frequent releases will be provided to
provide the same features as in managed hosting.
-rw-r--r--pkgs/servers/documize-community/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/documize-community/default.nix b/pkgs/servers/documize-community/default.nix
index 0f43de3b43eb..52d95b170f69 100644
--- a/pkgs/servers/documize-community/default.nix
+++ b/pkgs/servers/documize-community/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "documize-community";
-  version = "3.0.0";
+  version = "3.1.0";
 
   src = fetchFromGitHub {
     owner = "documize";
     repo = "community";
     rev = "v${version}";
-    sha256 = "01q7yx35gp41lnm9zbwq0maf7wiv86mi6fww3hl1cddmgdlksss9";
+    sha256 = "1ghdmqcwvbp48dw2w0aka38wfi2a80rmprnaxrjn2j5aplgbkbc5";
   };
 
   goPackagePath = "github.com/documize/community";