groonga: 14.0.1 -> 14.0.2

This commit is contained in:
R. Ryantm 2024-03-30 01:29:50 +00:00
parent cd75d22750
commit 5a27015f92

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "groonga";
version = "14.0.1";
version = "14.0.2";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz";
hash = "sha256-zXiDXYSvdyQ2HBZHUZaYHtZMs7BjzHJaix1ShLbkWtA=";
hash = "sha256-o9C6lPOPkb2KCbF4CqLyKtXHfOdB3jAIv5P6SjTJAJc=";
};
patches = [