about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorWilliButz <WilliButz@users.noreply.github.com>2020-06-03 13:37:00 +0200
committerGitHub <noreply@github.com>2020-06-03 13:37:00 +0200
commitd7f33701937710e496857efc60d50acf815c0ceb (patch)
treedfe42dec9e8bef372fbed21f4ba247c95f20c8ca /pkgs/servers
parent7f013bade8c09269b3f632f3efd702b5c2c36c73 (diff)
parentca59421dcda951ecf8d4a9505f66c9bfd4009574 (diff)
downloadnixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar.gz
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar.bz2
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar.lz
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar.xz
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.tar.zst
nixlib-d7f33701937710e496857efc60d50acf815c0ceb.zip
Merge pull request #89207 from ciil/confluence-update
atlassian-confluence: 7.4.0 -> 7.5.0
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/atlassian/confluence.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index 81f8422bb04e..07f5abd7fa5e 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
 
 stdenvNoCC.mkDerivation rec {
   pname = "atlassian-confluence";
-  version = "7.4.0";
+  version = "7.5.0";
 
   src = fetchurl {
     url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
-    sha256 = "1spykb8f24dlzrcyj01nv1ra278j0b6bxbnvrcnp6yr2s69cjwd0";
+    sha256 = "177n20cjlrnv767ql72dldmdrsky6xnn7cl52qpvahnglnp5878z";
   };
 
   buildPhase = ''
@@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec {
     description = "Team collaboration software written in Java and mainly used in corporate environments";
     homepage = "https://www.atlassian.com/software/confluence";
     license = licenses.unfree;
-    maintainers = with maintainers; [ fpletz globin willibutz ];
+    maintainers = with maintainers; [ fpletz globin willibutz ciil ];
   };
 }