Skip to content

Commit

Permalink
weaviate: 1.28.2 -> 1.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 18, 2025
1 parent 7d5856e commit 5d3e652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/we/weaviate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "weaviate";
version = "1.28.2";
version = "1.28.3";

src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-yIa8AHyoT1z/M/tyPtlNtSMgOhU3XyWtw9OsqrDjO7A=";
hash = "sha256-PV1KRPcxhGm0q4+g36MAsAPAV1IdcAD+MjOOkDcQn3Q=";
};

vendorHash = "sha256-u1pfPsc1NuzONyuXPVNO5UcA6vekChnBkLT3MHa2xcc=";
vendorHash = "sha256-OYLHHIOZWmkAxVethJNJfJOz3kDIXefu/aAUJ/rvxeQ=";

subPackages = [ "cmd/weaviate-server" ];

Expand Down

0 comments on commit 5d3e652

Please sign in to comment.