Merge pull request #94601 from r-ryantm/auto-update/groonga
groonga: 10.0.4 -> 10.0.5
This commit is contained in:
commit
a6be178a02
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "groonga";
|
pname = "groonga";
|
||||||
version = "10.0.4";
|
version = "10.0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1gf9vqjhq89f5xqn90pwdbz7amv38j78s3pzlxd1c2q3g24wklrj";
|
sha256 = "04rjqmlhv55jmdc159q5ckrakq5iwp18wi72lzl6zy21yk5hxmp0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = [ maintainers.ericsagnes ];
|
maintainers = [ maintainers.ericsagnes ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
longDescription = ''
|
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.
|
It lets you write high-performance applications that requires fulltext search.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue