atlassian-confluence: 7.11.0 -> 7.12.2

This commit is contained in:
elseym 2021-06-29 17:47:07 +02:00
parent db6e089456
commit 50839b4498
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2

View file

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