Skip to content

Commit

Permalink
atlassian-confluence: 7.4.0 -> 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciil committed May 30, 2020
1 parent 89e60f6 commit ca59421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/atlassian/confluence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);

stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
version = "7.4.0";
version = "7.5.0";

src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "1spykb8f24dlzrcyj01nv1ra278j0b6bxbnvrcnp6yr2s69cjwd0";
sha256 = "177n20cjlrnv767ql72dldmdrsky6xnn7cl52qpvahnglnp5878z";
};

buildPhase = ''
Expand Down Expand Up @@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec {
description = "Team collaboration software written in Java and mainly used in corporate environments";
homepage = "https://www.atlassian.com/software/confluence";
license = licenses.unfree;
maintainers = with maintainers; [ fpletz globin willibutz ];
maintainers = with maintainers; [ fpletz globin willibutz ciil ];
};
}

0 comments on commit ca59421

Please sign in to comment.