groonga: 9.0.6 -> 9.0.7 (#69581)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
This commit is contained in:
R. RyanTM 2019-10-12 13:10:04 -07:00 committed by Renaud
parent 89b7828317
commit 6e46d3bcbd

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "groonga";
version = "9.0.6";
version = "9.0.7";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "0d1p8v7qd97h3znp84a1w40hbg834n3wxp6gaa8mbnff16s18kl7";
sha256 = "1j308p6l6q716qlk3azqk9v11a93cxhcppj7qh5wm2aqsngw9rfq";
};
buildInputs = with stdenv.lib;