Merge pull request #306497 from r-ryantm/auto-update/weaviate

weaviate: 1.24.9 -> 1.24.10
This commit is contained in:
Nick Cao 2024-04-25 09:47:19 -04:00 committed by GitHub
commit 419ef21ca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "weaviate";
version = "1.24.9";
version = "1.24.10";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-fIOTk+h39LHUBWYvGiP2Vzhmcy0xjqprECOzzC3TvQM=";
hash = "sha256-+8l0On2A3hTkBCRGFfQVwoZcwPxcLwe0Ju2Fr2N0K50=";
};
vendorHash = "sha256-f7LskkQbsPwNmrzLTze0C66y++7Vqtb15tjW142TQmE=";