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

groonga: 8.0.6 -> 8.0.7
This commit is contained in:
Joachim F 2018-10-08 17:47:51 +00:00 committed by GitHub
commit 5b257a0376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
name = "groonga-${version}";
version = "8.0.6";
version = "8.0.7";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "1q00p02jprbsx2c6l3dnv2m04pzxlfag4j1pan0jlb4g3fvb20wf";
sha256 = "040q525qdlxlypgs7jzklndshdvd5shzss67lcs6xhkbs0f977cc";
};
buildInputs = with stdenv.lib;