weaviate: 1.25.2 -> 1.25.5
This commit is contained in:
parent
db4c8df48c
commit
62eb233720
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "weaviate";
|
pname = "weaviate";
|
||||||
version = "1.25.2";
|
version = "1.25.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "weaviate";
|
owner = "weaviate";
|
||||||
repo = "weaviate";
|
repo = "weaviate";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-fN0tlu6zhSy6SiFX+f38TL8ciJHYfKZXVYeJp2HgRIA=";
|
hash = "sha256-tkTsZ9iDZdQARhkEUyRYm77ebUCwNWgDdDEjLj7LOgY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-4QSc4dU1bEpKpiG7FwSq/BbnFL94DqgjQo6zN67d8Sw=";
|
vendorHash = "sha256-40O6MF1Tk9ZhGVLcKGzoUTaUFjKuXdpIHbB1GuRgyL8=";
|
||||||
|
|
||||||
subPackages = [ "cmd/weaviate-server" ];
|
subPackages = [ "cmd/weaviate-server" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user