Merge pull request #174645 from marsam/update-pgvector

postgresqlPackages.vector: 0.2.5 -> 0.2.6
This commit is contained in:
Mario Rodas 2022-05-25 22:36:27 -05:00 committed by GitHub
commit dd1af1dfba
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.2.5";
version = "0.2.6";
src = fetchFromGitHub {
owner = "ankane";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5tnitx2KdyARgeaaDINWbn5JtQ4j0aq2BQBljRZOmsk=";
sha256 = "sha256-NmUI4pXwf6PHuLbkFy/hoA67j++A2Ju7zG/4og9U+qk=";
};
buildInputs = [ postgresql ];