weaviate: 1.28.3 -> 1.28.4

This commit is contained in:
R. Ryantm
2025-01-30 19:58:53 +00:00
parent 06d633e659
commit 047344dece
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "weaviate";
version = "1.28.3";
version = "1.28.4";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-PV1KRPcxhGm0q4+g36MAsAPAV1IdcAD+MjOOkDcQn3Q=";
hash = "sha256-nHvN+VSk+kw4jmniKXmUJEf4cRDH7s5yMOL/asXkTNM=";
};
vendorHash = "sha256-OYLHHIOZWmkAxVethJNJfJOz3kDIXefu/aAUJ/rvxeQ=";