atlassian-jira: 8.16.1 -> 8.19

(cherry picked from commit dc2002ce44fd6a19f7575540c09380b362c81a8d)
This commit is contained in:
Meghea Iulian 2021-09-07 10:20:59 +03:00 committed by Jonathan Ringer
parent 00eac904ca
commit c23a02bd1e
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "atlassian-jira";
version = "8.16.1";
version = "8.19.0";
src = fetchurl {
url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
sha256 = "sha256-0J+P4E9hYPbYBb6qvtBjH1jhKrDW187+309YBHORNZA=";
sha256 = "sha256-ewunieLbHCfdS/JjKo9P6S6kK98aUGsyfupUcMyULo4=";
};
buildPhase = ''
@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
description = "Proprietary issue tracking product, also providing project management functions";
homepage = "https://www.atlassian.com/software/jira";
license = licenses.unfree;
maintainers = with maintainers; [ fpletz globin ciil ];
maintainers = with maintainers; [ fpletz globin ciil megheaiulian ];
};
}