summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-12-19 00:25:15 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2019-12-19 04:51:32 +0100
commit6655a13a56f30ad9074b626abda8dddd603dcb4a (patch)
tree7ce1d2c001595fd7005c60b62b95107f752420ea
parentatlassian-confluence: 7.0.3 -> 7.1.0 (diff)
downloadnixpkgs-github/19.09.tar.gz
(cherry picked from commit a53c73d9c8dd78c2e4aab957d5476fc3d07c082e)
-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 ];
};
}