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 { buildGoModule rec {
pname = "weaviate"; pname = "weaviate";
version = "1.28.4"; version = "1.28.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "weaviate"; owner = "weaviate";
repo = "weaviate"; repo = "weaviate";
rev = "v${version}"; 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" ]; subPackages = [ "cmd/weaviate-server" ];