Unverified Commit 6444255f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #192130 from techknowlogick/confluence-7191

atlassian-confluence: 7.18.1 -> 7.19.1
parents 4d3cef9f b8ac53c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ in
optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated!"
(stdenvNoCC.mkDerivation rec {
  pname = "atlassian-confluence";
  version = "7.18.1";
  version = "7.19.1";

  src = fetchurl {
    url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
    sha256 = "sha256-MEq1ASnJUYWPvt7Z30+fUTv+QrDI+Xsb5e9K0c8ZtdQ=";
    sha256 = "sha256-icfyxuS6chh3ibXZ0V9YYB0oCDd9o5rmcDC5Rbr0tOQ=";
  };

  buildPhase = ''