groonga: 9.0.7 -> 9.0.8

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-21 23:17:01 -07:00 committed by Frederik Rietdijk
parent 5b379a9d6e
commit 1f9fc456b4

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