Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2026-07-05 21:29:53 +03:00
71 changed files with 751 additions and 349 deletions
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgvector";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "pgvector";
repo = "pgvector";
tag = "v${finalAttrs.version}";
hash = "sha256-Tpa+OGau8RRMVgWQiAwjL3ez72hx6J+01yVvuCj7zVU=";
hash = "sha256-DczatZRfNHb2OHRkJMqshOuRCgI7+7r25o8E2rc+qLU=";
};
meta = {