summary refs log tree commit diff
path: root/pkgs/servers/atlassian/confluence.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-30 22:40:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-30 22:40:53 -0700
commitcef41b96f667ee784625731936a516517b14206f (patch)
treec2d24c314e5b97840d2f2709fe172fac9f231f3b /pkgs/servers/atlassian/confluence.nix
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
downloadnixpkgs-cef41b96f667ee784625731936a516517b14206f.tar
nixpkgs-cef41b96f667ee784625731936a516517b14206f.tar.gz
nixpkgs-cef41b96f667ee784625731936a516517b14206f.tar.bz2
nixpkgs-cef41b96f667ee784625731936a516517b14206f.tar.lz
nixpkgs-cef41b96f667ee784625731936a516517b14206f.tar.xz
nixpkgs-cef41b96f667ee784625731936a516517b14206f.tar.zst
nixpkgs-cef41b96f667ee784625731936a516517b14206f.zip
atlassian-confluence: 6.15.4 -> 6.15.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-confluence/versions
Diffstat (limited to 'pkgs/servers/atlassian/confluence.nix')
-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 6a64b0bc399..2f7a7c80cb6 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 = ''