aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/atlassian/jira.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/atlassian/jira.nix')
-rw-r--r--nixpkgs/pkgs/servers/atlassian/jira.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/servers/atlassian/jira.nix b/nixpkgs/pkgs/servers/atlassian/jira.nix
index 2b7117f419f..18c838a0b21 100644
--- a/nixpkgs/pkgs/servers/atlassian/jira.nix
+++ b/nixpkgs/pkgs/servers/atlassian/jira.nix
@@ -5,15 +5,13 @@
stdenv.mkDerivation rec {
pname = "atlassian-jira";
- version = "8.3.2";
+ version = "8.4.2";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
- sha256 = "0cqj7al9892psc5zqpfvj0gnjf8b4dpm2kx7sr21grczss1dkcs1";
+ sha256 = "0f0l9ss8jv06iidg8jw7yk5z42r1m0cbmlgj1wgli9a21ssp65sh";
};
- phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
-
buildPhase = ''
mv conf/server.xml conf/server.xml.dist
ln -sf /run/atlassian-jira/server.xml conf/server.xml
@@ -36,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Proprietary issue tracking product, also providing project management functions";
- homepage = https://www.atlassian.com/software/jira;
+ homepage = "https://www.atlassian.com/software/jira";
license = licenses.unfree;
maintainers = with maintainers; [ fpletz globin ciil ];
};