Skip to content

Commit

Permalink
atlassian-jira: 8.3.2 -> 8.4.0
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-jira/versions
  • Loading branch information
r-ryantm committed Sep 26, 2019
1 parent 96ac71d commit a8dc4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/jira.nix
Expand Up @@ -5,11 +5,11 @@

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

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

phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
Expand Down

0 comments on commit a8dc4e3

Please sign in to comment.