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

Commits on Sep 1, 2020

  1. solr: 8.4.1 -> 8.5.0

    (cherry picked from commit 7613ae0)
    r-ryantm authored and aanderse committed Sep 1, 2020
    Copy the full SHA
    fd70277 View commit details
  2. solr: 8.5.0 -> 8.5.1

    (cherry picked from commit f82006b)
    r-ryantm authored and aanderse committed Sep 1, 2020
    Copy the full SHA
    dc6333c View commit details
  3. solr: 8.5.1 -> 8.5.2

    (cherry picked from commit 41a81c4)
    r-ryantm authored and aanderse committed Sep 1, 2020
    Copy the full SHA
    7a4bae9 View commit details
  4. solr: 8.5.2 -> 8.6.1

    (cherry picked from commit 563b73d)
    r-ryantm authored and aanderse committed Sep 1, 2020
    Copy the full SHA
    977ee46 View commit details

Commits on Nov 5, 2020

  1. Merge pull request #96881 from aanderse/solr-backport

    solr: 8.4.1 -> 8.6.1 [20.03 backport]
    mweinelt authored Nov 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9ec0d8c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/search/solr/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/search/solr/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "solr";
version = "8.4.1";
version = "8.6.1";

src = fetchurl {
url = "mirror://apache/lucene/${pname}/${version}/${pname}-${version}.tgz";
sha256 = "00a35a6ppd4ngp80dxak3bqrp8vmx0wixr4x2h2p9qxj4khf2fgc";
sha256 = "0ds6zjsnwgpcmivzi7d6yqdmyn2mhf3k8g7xp26yfpm7f12gpq4g";
};

nativeBuildInputs = [ makeWrapper ];