postgresqlPackages.pg_search: 0.24.2 -> 0.24.3 (#544508)

This commit is contained in:
Wolfgang Walther
2026-07-23 21:02:37 +00:00
committed by GitHub

View File

@@ -11,16 +11,16 @@
buildPgrxExtension (finalAttrs: {
pname = "pg_search";
version = "0.24.2";
version = "0.24.3";
src = fetchFromGitHub {
owner = "paradedb";
repo = "paradedb";
tag = "v${finalAttrs.version}";
hash = "sha256-Oz/38hdNfyuRSjV7ErGNcuz9Ik4iDnQrj6fsNNTGYR4=";
hash = "sha256-3EdI8Xq5RGs5pPvAKau15bHrxmpZlWBfjjF6ll1tKlQ=";
};
cargoHash = "sha256-jImzqOPHBcTQa5Jpi4gxpEYS+x56DFeArdzS0G3MfTY=";
cargoHash = "sha256-t4haR9bWrv+9qdjw1uc1+7FxyS+W2+hmWI9sYWkBOLE=";
inherit postgresql;