weaviate: 1.31.2 -> 1.31.4

This commit is contained in:
R. Ryantm
2025-07-02 15:47:29 +00:00
parent e6ff9e9481
commit a31900f720
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "weaviate";
version = "1.31.2";
version = "1.31.4";
src = fetchFromGitHub {
owner = "weaviate";
repo = "weaviate";
rev = "v${version}";
hash = "sha256-yTSWOWmMxHi3/r3/s+q9EiGPG10uewumV2crxAmAwik=";
hash = "sha256-DarJN5fbeuhAc1hFAGJR+aqgSWjMblqcj+rMyOdjMKQ=";
};
vendorHash = "sha256-xAP9jrkpQFoGovTL5nymG2CYxwseJ3Be3NoVVrWXDYs=";