weaviate: 1.28.4 -> 1.28.5

This commit is contained in:
R. Ryantm 2025-02-14 16:17:08 +00:00
parent 62172c1d3a
commit 0de36a55a0

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "weaviate";
version = "1.28.4";
version = "1.28.5";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-nHvN+VSk+kw4jmniKXmUJEf4cRDH7s5yMOL/asXkTNM=";
hash = "sha256-avFO+FrhTWGxt5FGEIczu+3qL29WroqJFaYfNDP1gpI=";
};
vendorHash = "sha256-OYLHHIOZWmkAxVethJNJfJOz3kDIXefu/aAUJ/rvxeQ=";
vendorHash = "sha256-4JM+MGrlZLCWGcOG5bAuVO/Z+VUB09pvyv/T9r6z/qo=";
subPackages = [ "cmd/weaviate-server" ];