atlassian-confluence: 6.14.0 -> 6.14.1
(cherry picked from commit 68c0a6cd9043afe70f6da5bde9be9a4ce3996fe6)
This commit is contained in:
parent
8913ba2a8d
commit
3516d6464d
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "atlassian-confluence-${version}";
|
||||
version = "6.13.0";
|
||||
version = "6.14.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.atlassian.com/software/confluence/downloads/binary/${name}.tar.gz";
|
||||
sha256 = "1ckpcb0dq964gwdls5q71260r0i8zxgx8nzv8y4sizr37jvpi8mw";
|
||||
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
|
||||
sha256 = "1pmxfikkydfi2m0bx1rgaj1ijhwh84zwwxkpw1f0vryvkl7av2gz";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in New Issue