groonga: 11.0.3 -> 11.0.4

This commit is contained in:
R. RyanTM 2021-06-30 19:06:21 +00:00
parent 4afb7c8e2c
commit 1189d9253a

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;