Merge pull request #231819 from marsam/update-pgvector

postgresqlPackages.pgvector: 0.4.1 -> 0.4.2
This commit is contained in:
Mario Rodas 2023-05-14 05:56:11 -05:00 committed by GitHub
commit 2f018f0a0e
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.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "pgvector";
repo = "pgvector";
rev = "v${version}";
hash = "sha256-1mFHjHGB9KVZfPvuaC3sZzyzJvX49PjADVVJn1fSjgs=";
hash = "sha256-zx1IFhBVi0KLhQgnacCHS5VQUwcxXQAWpc1J+LrtcRU=";
};
buildInputs = [ postgresql ];