Merge pull request #109884 from r-ryantm/auto-update/atlassian-confluence

atlassian-confluence: 7.9.0 -> 7.10.1
This commit is contained in:
Mario Rodas 2021-01-19 06:52:39 -05:00 committed by GitHub
commit 3a9549534e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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