mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
atlassian-confluence: 7.14.1 -> 7.17.1
This commit is contained in:
parent
1a763b8465
commit
f202a18f60
@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "atlassian-confluence";
|
pname = "atlassian-confluence";
|
||||||
version = "7.14.1";
|
version = "7.17.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
|
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1lcwdjby18xr54i408kncfhlizf18xcrnhfgsvhx5m02arid7mk7";
|
sha256 = "sha256-TFtWuJR/t3MMbs8Gd818ByOnMtiT4QxbcpgBxYXzFYY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
description = "Team collaboration software written in Java and mainly used in corporate environments";
|
description = "Team collaboration software written in Java and mainly used in corporate environments";
|
||||||
homepage = "https://www.atlassian.com/software/confluence";
|
homepage = "https://www.atlassian.com/software/confluence";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ fpletz globin willibutz ciil ];
|
maintainers = with maintainers; [ fpletz globin willibutz ciil techknowlogick ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user