Unverified Commit 6b0a22f8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #301998 from r-ryantm/auto-update/weaviate

weaviate: 1.24.6 -> 1.24.7
parents a3b621af d7884c9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "weaviate";
  version = "1.24.6";
  version = "1.24.7";

  src = fetchFromGitHub {
    owner = "weaviate";
    repo = "weaviate";
    rev = "v${version}";
    hash = "sha256-1IwLHSQxCSGLnva37JNIfaSzVBRAPNw/RYvx6ksFEFU=";
    hash = "sha256-KLKzHB+MzaLifMNdMCziFNawFBMUWJ75Xozu53yvJFU=";
  };

  vendorHash = "sha256-DMzwIxtF267C2OLyVdZ6CrCz44sy6ZeKL2qh8AkhS2I=";