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

groonga: 11.0.2 -> 11.0.3
This commit is contained in:
Mario Rodas 2021-06-01 05:38:36 -05:00 committed by GitHub
commit d75508257f
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 = "11.0.2";
version = "11.0.3";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "sha256-3inLVkjjwphz00N0fWJqXvyzAjV9x72C3E33duLeVYw=";
sha256 = "sha256-oYlc6PSBLovNsEWDc6eGpDI85T6bTHgBvxA/PZP3aQU=";
};
buildInputs = with lib;