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

Commits on Nov 3, 2019

  1. solr: 8.2.0 -> 8.3.0

    r-ryantm committed Nov 3, 2019
    Copy the full SHA
    84bf78f View commit details
  2. Merge pull request #72672 from r-ryantm/auto-update/solr

    solr: 8.2.0 -> 8.3.0
    aanderse authored Nov 3, 2019
    Copy the full SHA
    ea25d6b 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.2.0";
version = "8.3.0";

src = fetchurl {
url = "mirror://apache/lucene/${pname}/${version}/${pname}-${version}.tgz";
sha256 = "0j9lydxlng785h2n1b8avinrkqdpbj5qn4rk897p2pbf4fdv795z";
sha256 = "11qkipmj8qq4gw5lwnx1j8dr2lq8d5h1v1fbdyppw8l6a68j160s";
};

nativeBuildInputs = [ makeWrapper ];