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

groonga: 9.0.4 -> 9.0.5
This commit is contained in:
Marek Mahut 2019-08-05 12:13:31 +02:00 committed by GitHub
commit 08ee74e796
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 = "9.0.4";
version = "9.0.5";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "00cyzvk8303y0xcmb0hiy45wj2j6baqqzrfda9f6fv3zlfna1n2g";
sha256 = "15y5dddvziw9lbl24z4j5yf1ibv79bn052lmx08rbxh78777csw3";
};
buildInputs = with stdenv.lib;