Merge pull request #65793 from aanderse/solr

solr: 7.7.1 -> 7.7.2, 8.1.1 -> 8.2.0
This commit is contained in:
Sarah Brofeldt 2019-08-03 08:19:05 +02:00 committed by GitHub
commit af82b55ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

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;

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "solr";
version = "7.7.1";
version = "7.7.2";
src = fetchurl {
url = "mirror://apache/lucene/solr/${version}/solr-${version}.tgz";
sha256 = "1i189xhlxrpdqx2gx3r8s4dcd7nm74vjynwkrgv2hnq4mw95zf2g";
sha256 = "1pr02d4sw5arig1brjb6j7ir644n8s737qsx6ll46di5iw1y93pb";
};
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;