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

groonga: 14.0.4 -> 14.0.5
This commit is contained in:
Weijia Wang
2024-07-11 02:03:48 +02:00
committed by GitHub
+2 -2
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 = [