Merge pull request #94601 from r-ryantm/auto-update/groonga

groonga: 10.0.4 -> 10.0.5
This commit is contained in:
Mario Rodas 2020-08-03 07:04:02 -05:00 committed by GitHub
commit a6be178a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "groonga";
version = "10.0.4";
version = "10.0.5";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "1gf9vqjhq89f5xqn90pwdbz7amv38j78s3pzlxd1c2q3g24wklrj";
sha256 = "04rjqmlhv55jmdc159q5ckrakq5iwp18wi72lzl6zy21yk5hxmp0";
};
buildInputs = with stdenv.lib;
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.ericsagnes ];
platforms = platforms.unix;
longDescription = ''
Groonga is an open-source fulltext search engine and column store.
Groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
'';
};