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

Commits on Aug 19, 2019

  1. atlassian-jira: 8.3.0 -> 8.3.2

    ciil committed Aug 19, 2019
    Copy the full SHA
    af6323a View commit details
  2. Merge pull request #66921 from ciil/jira-update

    atlassian-jira: 8.3.0 -> 8.3.2
    globin authored Aug 19, 2019
    Copy the full SHA
    b8bee5c 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.3.0";
version = "8.3.2";

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

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