Merge pull request #215560 from mayflower/bump-atlassian-confluence

atlassian-confluence: 7.19.1 -> 7.19.5
This commit is contained in:
Nick Cao 2023-02-10 09:26:54 +08:00 committed by GitHub
commit 722cdf70c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''