Skip to content

Commit

Permalink
atlassian-jira: 8.4.0 -> 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Sep 27, 2019
1 parent a8dc4e3 commit 39d7eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/atlassian/jira.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "atlassian-jira";
version = "8.4.0";
version = "8.4.1";

src = fetchurl {
url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
sha256 = "1ckim2zv1i1986yciknb1c6gmj466slv38w053nnkm3nn85c5ksv";
sha256 = "0dkilp5wvda29rin2wj9zs2vgwyfning7cz6dyk0kyg45dl07wky";
};

phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
Expand All @@ -36,7 +36,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 ];
};
Expand Down

0 comments on commit 39d7eeb

Please sign in to comment.