weaviate: 1.25.2 -> 1.25.5

This commit is contained in:
R. Ryantm 2024-06-27 09:57:14 +00:00
parent db4c8df48c
commit 62eb233720

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "weaviate";
version = "1.25.2";
version = "1.25.5";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-fN0tlu6zhSy6SiFX+f38TL8ciJHYfKZXVYeJp2HgRIA=";
hash = "sha256-tkTsZ9iDZdQARhkEUyRYm77ebUCwNWgDdDEjLj7LOgY=";
};
vendorHash = "sha256-4QSc4dU1bEpKpiG7FwSq/BbnFL94DqgjQo6zN67d8Sw=";
vendorHash = "sha256-40O6MF1Tk9ZhGVLcKGzoUTaUFjKuXdpIHbB1GuRgyL8=";
subPackages = [ "cmd/weaviate-server" ];