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

Commits on Nov 10, 2020

  1. Copy the full SHA
    9979ec1 View commit details

Commits on Nov 11, 2020

  1. Merge pull request #103291 from helsinki-systems/upd/confluence790

    atlassian-confluence: 7.8.1 -> 7.9.0
    WilliButz authored Nov 11, 2020
    Copy the full SHA
    823c7b3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/atlassian/confluence.nix
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/confluence.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);

stdenvNoCC.mkDerivation rec {
pname = "atlassian-confluence";
version = "7.8.1";
version = "7.9.0";

src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "0jgwd8vb58yzwvnns0kyb0vzgrdvjwzvpk4x8228hrisjxahsm45";
sha256 = "0y21ivvzzs6mq2p96csmhbvz1jzwp1x4zrw26qrwavf84l2v7nlh";
};

buildPhase = ''