solr: 8.1.1 -> 8.2.0

This commit is contained in:
Aaron Andersen 2019-08-02 10:42:12 -04:00
parent 458f6ba981
commit 5bdbfb1820

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "solr";
version = "8.1.1";
version = "8.2.0";
src = fetchurl {
url = "mirror://apache/lucene/${pname}/${version}/${pname}-${version}.tgz";
sha256 = "18a6pgbvg6z38r3kqkhr152z7sa2hqip2g9fd26y4gzm2665j5dm";
sha256 = "0j9lydxlng785h2n1b8avinrkqdpbj5qn4rk897p2pbf4fdv795z";
};
nativeBuildInputs = [ makeWrapper ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://lucene.apache.org/solr/;
homepage = "https://lucene.apache.org/solr/";
description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20;
platforms = platforms.all;