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

Merge pull request #234325 from r-ryantm/auto-update/coreth

coreth: 0.12.1 -> 0.12.2
parents dfa7b1e0 81c82de9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "coreth";
  version = "0.12.1";
  version = "0.12.2";

  src = fetchFromGitHub {
    owner = "ava-labs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Wf4abvBOX98A2IjALkMMOAqDvEtXtLddxhrV2LQM1dU=";
    hash = "sha256-WkSZ+7ygg2dkotv3vwTrWaVsSQvgmPJ0xhPCqZdQit8=";
  };

  # go mod vendor has a bug, see: golang/go#57529