atlassian-jira: 8.16.1 -> 8.19

This commit is contained in:
Meghea Iulian 2021-09-07 10:20:59 +03:00
parent 4015c275ca
commit dc2002ce44
No known key found for this signature in database
GPG key ID: 9FA665644E968CF6

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 ];
};
}