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

groonga: 11.0.3 -> 11.0.4
This commit is contained in:
Mario Rodas 2021-07-01 06:59:11 -05:00 committed by GitHub
commit bf413e4630
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.3";
version = "11.0.4";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "sha256-oYlc6PSBLovNsEWDc6eGpDI85T6bTHgBvxA/PZP3aQU=";
sha256 = "sha256-a/IMroZ1zAgIv7Cx4kkj5byIMoC0o+seHhqVLaUUSqc=";
};
buildInputs = with lib;