Unverified Commit 419ef21c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

weaviate: 1.24.9 -> 1.24.10
parents 4a883919 fb84c1d6
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.9";
  version = "1.24.10";

  src = fetchFromGitHub {
    owner = "weaviate";
    repo = "weaviate";
    rev = "v${version}";
    hash = "sha256-fIOTk+h39LHUBWYvGiP2Vzhmcy0xjqprECOzzC3TvQM=";
    hash = "sha256-+8l0On2A3hTkBCRGFfQVwoZcwPxcLwe0Ju2Fr2N0K50=";
  };

  vendorHash = "sha256-f7LskkQbsPwNmrzLTze0C66y++7Vqtb15tjW142TQmE=";