atlassian-confluence: 7.12.2 -> 7.14.1

(cherry picked from commit 2aaf958e3f96fbb486e20228e608bdb6c7450720)
This commit is contained in:
Robin Gloster 2021-11-02 10:59:32 +01:00 committed by Jonathan Ringer
parent c6482c12d9
commit 00eac904ca

View File

@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
version = "7.12.2";
version = "7.14.1";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-SZFyHU6Uy/opwfW0B+hnp+3wQkf+6w2/P25JH+BfLGY=";
sha256 = "1lcwdjby18xr54i408kncfhlizf18xcrnhfgsvhx5m02arid7mk7";
};
buildPhase = ''