Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6b8f3993ced
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0cc08b81ec4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2020

  1. atlassian-jira: 8.9.0 -> 8.10.0

    ciil committed Jul 11, 2020
    Copy the full SHA
    8618e44 View commit details
  2. Merge pull request #92922 from ciil/jira-update

    atlassian-jira: 8.9.0 -> 8.10.0
    fpletz authored Jul 11, 2020
    Copy the full SHA
    e0cc08b 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
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
pname = "atlassian-jira";
version = "8.9.0";
version = "8.10.0";

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

buildPhase = ''