weaviate: 1.25.5 -> 1.25.6

This commit is contained in:
R. Ryantm 2024-07-03 07:14:24 +00:00
parent 24b44a1f13
commit aee0d6e385

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "weaviate";
version = "1.25.5";
version = "1.25.6";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-tkTsZ9iDZdQARhkEUyRYm77ebUCwNWgDdDEjLj7LOgY=";
hash = "sha256-jXnCICtw5NYnqfiBeM8aZkpnTd30IcQJMH2CUqPGMlY=";
};
vendorHash = "sha256-40O6MF1Tk9ZhGVLcKGzoUTaUFjKuXdpIHbB1GuRgyL8=";