Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d0cb247ff37
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3cd79ef30fbd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2019

  1. atlassian-jira: 8.1.0 -> 8.1.2

    Johan Thomsen committed Jul 11, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    rickie Rick Ossendrijver
    Copy the full SHA
    9d1f4e5 View commit details

Commits on Jul 15, 2019

  1. Merge pull request #64638 from johanot/jira-8.1.2

    atlassian-jira: 8.1.0 -> 8.1.2
    globin authored Jul 15, 2019
    Copy the full SHA
    3cd79ef View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/atlassian/jira.nix
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/jira.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "atlassian-jira-${version}";
version = "8.1.0";
version = "8.1.2";

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

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