Unverified Commit 591127b0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

weaviate: 1.20.3 -> 1.20.5
parents b51660a1 8406470a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "weaviate";
  version = "1.20.3";
  version = "1.20.5";

  src = fetchFromGitHub {
    owner = "weaviate";
    repo = "weaviate";
    rev = "v${version}";
    hash = "sha256-4235Yb4F0YPihiukJmUswWH/hATRiwChdZV6+erRRnk=";
    hash = "sha256-aQY1kwMdZ8aDj3YSK3g88coHqTSIZDxDJJdZSwPhDSU=";
  };

  vendorHash = "sha256-RL18glau8IODHy0HqLq28nE7OIUezWDJY7BE/OBFHBw=";