Skip to content

Commit

Permalink
postgresqlPackages.pgvector: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Mar 21, 2023
1 parent 69ddafe commit 8a449b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pgvector.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8a449b2

Please sign in to comment.