atlassian-confluence: 7.8.1 -> 7.9.0

This commit is contained in:
Janne Heß 2020-11-10 11:53:23 +01:00
parent 4b5c6c8a58
commit 9979ec11e3
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
version = "7.8.1";
version = "7.9.0";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "0jgwd8vb58yzwvnns0kyb0vzgrdvjwzvpk4x8228hrisjxahsm45";
sha256 = "0y21ivvzzs6mq2p96csmhbvz1jzwp1x4zrw26qrwavf84l2v7nlh";
};
buildPhase = ''