Skip to content

Commit

Permalink
atlassian-confluence: 6.8.0 -> 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciil committed Sep 13, 2018
1 parent ee6ecb0 commit 4d962b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/confluence.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "atlassian-confluence-${version}";
version = "6.8.0";
version = "6.11.1";

src = fetchurl {
url = "https://www.atlassian.com/software/confluence/downloads/binary/${name}.tar.gz";
sha256 = "07awdbkjxkk4rbnpbb5xfjp4125c33bwxncmydlgzgk5fzy6dg2w";
sha256 = "0sp1ggllvxdz0pf409yyil1x9dah1jyqspknfzgivkmwhcqj7brr";
};

phases = [ "unpackPhase" "buildPhase" "installPhase" ];
Expand Down

0 comments on commit 4d962b6

Please sign in to comment.