postgresqlPackages.pgvector: 0.8.4 -> 0.8.5 (#541708)

This commit is contained in:
Wolfgang Walther
2026-07-14 06:53:06 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgvector";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "pgvector";
repo = "pgvector";
tag = "v${finalAttrs.version}";
hash = "sha256-DczatZRfNHb2OHRkJMqshOuRCgI7+7r25o8E2rc+qLU=";
hash = "sha256-uGvp76uGEKVq+UH4zd4yf4RQenL3linf9SO/X+P2GH8=";
};
meta = {