summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-02-09 19:04:56 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-10 01:27:30 +0000
commit6ad7121f7c15437c2d3e08ef73f8ab7e47e0c933 (patch)
tree7c3a3607f8528e2f7f9855b61f44489d8e1c669b
parentMerge pull request #215415 from mweinelt/22.11/less (diff)
downloadnixpkgs-6ad7121f7c15437c2d3e08ef73f8ab7e47e0c933.tar.gz
atlassian-confluence: 7.19.1 -> 7.19.5
Changes: * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-5-1189802683.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-4-1189480226.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-3-1182925647.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-2-1168852726.html (cherry picked from commit 7e4b538af869e55239b92b5eb51db8255199a781)
-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 b52b0fb0220e..5bfb2881c4cc 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -15,11 +15,11 @@ in
optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated!"
(stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
- version = "7.19.1";
+ version = "7.19.5";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
- sha256 = "sha256-icfyxuS6chh3ibXZ0V9YYB0oCDd9o5rmcDC5Rbr0tOQ=";
+ sha256 = "sha256-32syhzbFCWzwE2NftTY58aA+iD0kABraT4FA7mYU1II=";
};
buildPhase = ''