We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd049a4 commit 925a5e0Copy full SHA for 925a5e0
1 file changed
pkgs/servers/atlassian/confluence.nix
@@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
8
9
stdenvNoCC.mkDerivation rec {
10
pname = "atlassian-confluence";
11
- version = "7.6.0";
+ version = "7.6.1";
12
13
src = fetchurl {
14
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
15
- sha256 = "1s69b19kz8z8dbac3dsj9yvkvynlygzgnlpm72fbnqg6knp95fyz";
+ sha256 = "0ipkr0d4mwsah698fg320h9g5il9xcnwlifbfvfnsijs60y9ps8x";
16
};
17
18
buildPhase = ''
0 commit comments