atlassian-confluence: 6.11.1 -> 6.12.0

This commit is contained in:
Franz Pletz 2018-10-22 17:49:58 +02:00 committed by Robin Gloster
parent b60f8fc6e2
commit ece39b0638
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "atlassian-confluence-${version}";
version = "6.11.1";
version = "6.12.0";
src = fetchurl {
url = "https://www.atlassian.com/software/confluence/downloads/binary/${name}.tar.gz";
sha256 = "0sp1ggllvxdz0pf409yyil1x9dah1jyqspknfzgivkmwhcqj7brr";
sha256 = "0ip3j6id0554ynrs1rcxck4cs8j2hgxkv1rha9xhqikm89bdml7h";
};
phases = [ "unpackPhase" "buildPhase" "installPhase" ];