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

groonga: 10.0.5 -> 10.0.6
This commit is contained in:
Mario Rodas 2020-09-23 07:02:28 -05:00 committed by GitHub
commit 17cec95a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "groonga";
version = "10.0.5";
version = "10.0.6";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "04rjqmlhv55jmdc159q5ckrakq5iwp18wi72lzl6zy21yk5hxmp0";
sha256 = "1q3xx6jc967nj7h8gvnrqxn8657dn3qy9j802rjzcg6iwlpjack9";
};
buildInputs = with stdenv.lib;