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

Commits on Jan 8, 2020

  1. solr: 8.3.1 -> 8.4.0

    aanderse committed Jan 8, 2020
    Copy the full SHA
    a75e3f2 View commit details
  2. Merge pull request #76893 from aanderse/solr

    solr: 8.3.1 -> 8.4.0
    aanderse authored Jan 8, 2020
    Copy the full SHA
    1a45186 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/search/solr/8.x.nix
4 changes: 2 additions & 2 deletions pkgs/servers/search/solr/8.x.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "solr";
version = "8.3.1";
version = "8.4.0";

src = fetchurl {
url = "mirror://apache/lucene/${pname}/${version}/${pname}-${version}.tgz";
sha256 = "0n80690vdsd0gf5gg77kg8pyf3nw0iv33zag9r7al88j5riy42ih";
sha256 = "19l11w867y4bms9bmp9pj4ilkay7zb5015vlywdci2mswlafvrv6";
};

nativeBuildInputs = [ makeWrapper ];