solr: 7.7.1 -> 7.7.2

This commit is contained in:
Aaron Andersen 2019-08-02 10:39:01 -04:00
parent b9a7c07319
commit 458f6ba981

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;