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

weaviate: 1.24.11 -> 1.25.0
This commit is contained in:
Matthias Beyer 2024-05-15 17:55:13 +02:00 committed by GitHub
commit 7af9ccafb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "weaviate";
version = "1.24.11";
version = "1.25.0";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-rXe9svvHu/6sQhHJ++jwb5gJEeVwoK/Z8rV7swUM3Kk=";
hash = "sha256-3ZjsFIxrlDCkbiIPNH+nkCwl9SEGA1h6632ZlIc9HBc=";
};
vendorHash = "sha256-f7LskkQbsPwNmrzLTze0C66y++7Vqtb15tjW142TQmE=";
vendorHash = "sha256-4QSc4dU1bEpKpiG7FwSq/BbnFL94DqgjQo6zN67d8Sw=";
subPackages = [ "cmd/weaviate-server" ];