atlassian-confluence: 7.19.14 -> 9.0.1

This commit is contained in:
techknowlogick
2024-08-03 00:44:00 -04:00
parent 53ffb408c4
commit a719e3966d
+2 -2
View File
@@ -9,11 +9,11 @@ assert withMysql -> (mysql_jdbc != null);
lib.warnIf (crowdProperties != null) "Using `crowdProperties` is deprecated!"
(stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
version = "7.19.14";
version = "9.0.1";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-Z4a4YZO9UnZSAZYB0FHRsX8QwX0ju3SeISsQquyA+w0=";
hash = "sha256-WCshWmJaTfyjRLaXUtkDuXHO5eEhHa/rDCPVFSLd3aU=";
};
buildPhase = ''