atlassian-confluence: 6.12.0 -> 6.12.2

This commit is contained in:
Franz Pletz 2018-11-21 02:22:30 +01:00 committed by Robin Gloster
parent ece39b0638
commit 847bd6e2d4
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 2 additions and 2 deletions

View File

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