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

groonga: 8.0.1 -> 8.0.2
This commit is contained in:
Matthew Justin Bauer 2018-05-05 16:11:31 -05:00 committed by GitHub
commit f14e4caccf
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.1";
version = "8.0.2";
src = fetchurl {
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "074r71dcv1l8rm6an7b8iyfpcxbk00iysmzszssknqg8mrqvsphg";
sha256 = "0bsf4dbgbddij49xg6d6kl9kb1m5ywdyc1w1xz2giisqk1hdwsz4";
};
buildInputs = with stdenv.lib;