summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/atlassian
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-07-01 15:11:03 +0000
committerGitHub <noreply@github.com>2019-07-01 15:11:03 +0000
commit93bf43d99c930ec7dd638e8e68e255a194e462f3 (patch)
tree8905d616a966b3451213b03c30537be490dd13e9 /pkgs/servers/atlassian
parentf08b05d89fb0a0a975f3c9feaf48e80cb85bc615 (diff)
parentcef41b96f667ee784625731936a516517b14206f (diff)
Merge pull request #63980 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 6.15.4 -> 6.15.6
Diffstat (limited to 'pkgs/servers/atlassian')
-rw-r--r--pkgs/servers/atlassian/confluence.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index 6a64b0bc3993..2f7a7c80cb68 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "atlassian-confluence-${version}";
- version = "6.15.4";
+ version = "6.15.6";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
- sha256 = "0br51h8i99v6xc15280ra447c7fkiwf8nqgyzni0llhy1g1qcnmv";
+ sha256 = "0bb404d5i8jdry1jw8qdrcpgp9lvdkyxry58331pwpw16mlh0r2m";
};
buildPhase = ''