summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/atlassian
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-12-19 00:25:15 +0100
committerWilliButz <wbutz@cyberfnord.de>2019-12-19 00:25:15 +0100
commita53c73d9c8dd78c2e4aab957d5476fc3d07c082e (patch)
treec92faf35d7d6899e3ec9adc5af6c1a4e38e857b0 /pkgs/servers/atlassian
parent15db4fcd510949aca2df686896e53bfe95173b39 (diff)
atlassian-confluence: 7.1.0 -> 7.2.0
Diffstat (limited to 'pkgs/servers/atlassian')
-rw-r--r--pkgs/servers/atlassian/confluence.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index c6a76b71e586..a5aead770b8a 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "atlassian-confluence";
- version = "7.1.0";
+ version = "7.2.0";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
- sha256 = "178zfg3rw2sz1l2iwljrl9z2iqhahih5px25zvgd68y2mb9y82l9";
+ sha256 = "1srwxk9c26hp1j3v6v1hr16l4dqaaiwrli5a9n9a44hkl7qy8yzl";
};
buildPhase = ''
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Team collaboration software written in Java and mainly used in corporate environments";
- homepage = https://www.atlassian.com/software/confluence;
+ homepage = "https://www.atlassian.com/software/confluence";
license = licenses.unfree;
- maintainers = with maintainers; [ fpletz globin ];
+ maintainers = with maintainers; [ fpletz globin willibutz ];
};
}