groonga: 14.0.4 -> 14.0.5

This commit is contained in:
R. Ryantm 2024-07-05 12:38:54 +00:00
parent 381a94c16d
commit a84b8290c2

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "groonga";
version = "14.0.4";
version = "14.0.5";
src = fetchurl {
url = "https://packages.groonga.org/source/groonga/groonga-${finalAttrs.version}.tar.gz";
hash = "sha256-8ppuiEAc25BDcWSiL28ehGfdarnBc4vnGTO+nLl6RsY=";
hash = "sha256-y4UGnv8kK0z+br8wXpPf57NMXkdEJHcLCuTvYiubnIc=";
};
patches = [