Skip to content

Commit

Permalink
groonga: 10.0.4 -> 10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Aug 3, 2020
1 parent 3541e8b commit 20083fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/search/groonga/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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.
'';
};
Expand Down

0 comments on commit 20083fb

Please sign in to comment.