summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-08-29 14:14:59 +0200
committerGitHub <noreply@github.com>2019-08-29 14:14:59 +0200
commit9a83c2931108ef1799e101d3fcfcd300598876f1 (patch)
treef47b1eaf583b18dc3fca70dfe462afeeb0511e1c /pkgs
parent9533d32b3549bf6e2e5f153959a88b73400fc058 (diff)
parent48c153d57f7076a27d477649c645d6f4b47855e3 (diff)
downloadnixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar.gz
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar.bz2
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar.lz
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar.xz
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.tar.zst
nixpkgs-9a83c2931108ef1799e101d3fcfcd300598876f1.zip
Merge pull request #67681 from mayflower/confluence-update
atlassian-confluence: 6.15.6 -> 6.15.8
Diffstat (limited to 'pkgs')
-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 2f7a7c80cb6..46160fee24b 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.6";
+  version = "6.15.8";
 
   src = fetchurl {
     url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
-    sha256 = "0bb404d5i8jdry1jw8qdrcpgp9lvdkyxry58331pwpw16mlh0r2m";
+    sha256 = "17pcgjv6rj2jxzmwx82941zhrrmprkchjhnnadnxq4709zsyb4q3";
   };
 
   buildPhase = ''