Merge pull request #331920 from techknowlogick/bump-confluence

atlassian-confluence: 7.19.14 -> 9.0.1
This commit is contained in:
kirillrdy 2024-08-07 06:41:41 +10:00 committed by GitHub
commit 2e76cb920d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,11 @@ assert withMysql -> (mysql_jdbc != null);
lib.warnIf (crowdProperties != null) "Using `crowdProperties` is deprecated!" lib.warnIf (crowdProperties != null) "Using `crowdProperties` is deprecated!"
(stdenvNoCC.mkDerivation rec { (stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence"; pname = "atlassian-confluence";
version = "7.19.14"; version = "9.0.1";
src = fetchurl { src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz"; url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-Z4a4YZO9UnZSAZYB0FHRsX8QwX0ju3SeISsQquyA+w0="; hash = "sha256-WCshWmJaTfyjRLaXUtkDuXHO5eEhHa/rDCPVFSLd3aU=";
}; };
buildPhase = '' buildPhase = ''