Skip to content

Commit

Permalink
documize-community: 2.4.1 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elseym committed May 15, 2019
1 parent 91872f5 commit f61bb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/documize-community/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "documize-community";
version = "2.4.1";
version = "2.5.0";

src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "1spj8awyv37gmrm49py3wz7590r7rz63qizgifdzjbvacadavm0c";
sha256 = "14v66jwxg6akllbz8lsqplxalr73jff5453nigcnb4vzwwkz2wq3";
};

goPackagePath = "github.com/documize/community";
Expand Down

0 comments on commit f61bb1b

Please sign in to comment.