groonga: 10.0.4 -> 10.0.5

This commit is contained in:
R. RyanTM 2020-08-03 10:25:50 +00:00 committed by zowoq
parent 3541e8b4fb
commit 20083fbd61

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.
'';
};