Merge pull request #124467 from marsam/update-pgvector

postgresqlPackages.pgvector: 0.1.4 -> 0.1.5
This commit is contained in:
Mario Rodas 2021-05-26 06:35:00 -05:00 committed by GitHub
commit e46f9c6b46
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.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "ankane";
repo = pname;
rev = "v${version}";
sha256 = "022f56rhvzq5f6clihxg5c8kyvjp1byjipha1ni6yiqzh3wvqccq";
sha256 = "0zrb9r9yh05nip2gwg96fhfk766hwqwa8plcvj2b4x4hhjk6q1ps";
};
buildInputs = [ postgresql ];