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: 5e42ee936db7
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: 7c40ff549568
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Aug 30, 2018

  1. atlassian-jira: 7.7.0 -> 7.9.0

    (cherry picked from commit f46368b)
    jbgi authored and globin committed Aug 30, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    89776b3 View commit details
  2. atlassian-jira: 7.9.0 -> 7.9.2

    (cherry picked from commit abf36cf)
    globin committed Aug 30, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    8b4041d View commit details
  3. atlassian-jira: 7.9.2 -> 7.11.0

    (cherry picked from commit 2799d11)
    ciil authored and globin committed Aug 30, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    0ec52b8 View commit details
  4. atlassian-jira: 7.11.0 -> 7.11.1

    (cherry picked from commit 093eb27a9e5793343f6506d063debb3d11794ac1)
    (cherry picked from commit 7e6558ecb9de4b41f86f1f71b09ca3348a348849)
    ciil authored and globin committed Aug 30, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    3530e92 View commit details
  5. atlassian-jira: 7.11.1 -> 7.11.2

    (cherry picked from commit aa52aa68a33313e4e209872a0422622ae65116cc)
    (cherry picked from commit aa40749f1ac8df397e052fe2ad9c082d8e781588)
    ciil authored and globin committed Aug 30, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    8bb39a3 View commit details
  6. atlassian-jira: 7.11.2 -> 7.12.0

    (cherry picked from commit b2f042dfd8edf67d3096ff3294ff9050890ecfdd)
    (cherry picked from commit 1c461d7eb7d27396a3a20e38d048546bf3f11379)
    ciil authored and globin committed Aug 30, 2018
    Copy the full SHA
    7c40ff5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/atlassian/jira.nix
6 changes: 3 additions & 3 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 = "7.7.0";
version = "7.12.0";

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

phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
@@ -38,6 +38,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 ];
maintainers = with maintainers; [ fpletz globin ciil ];
};
}