Merge pull request #222453 from marsam/update-pgvector

postgresqlPackages.pgvector: 0.4.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2023-03-22 02:39:59 -05:00 committed by GitHub
commit 9a2e14a323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pgvector";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "pgvector";
repo = "pgvector";
rev = "v${version}";
hash = "sha256-bOckX7zvHhgJDDhoAm+VZVIeVIf2hG/3oWZWuTtnZPo=";
hash = "sha256-1mFHjHGB9KVZfPvuaC3sZzyzJvX49PjADVVJn1fSjgs=";
};
buildInputs = [ postgresql ];