Unverified Commit 89ac4534 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #257873 from r-ryantm/auto-update/go-mockery

go-mockery: 2.33.3 -> 2.34.1
parents f65ef7ff afd529ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "go-mockery";
  version = "2.33.3";
  version = "2.34.1";

  src = fetchFromGitHub {
    owner = "vektra";
    repo = "mockery";
    rev = "v${version}";
    sha256 = "sha256-ctq4DPlLsV9HCa2Vc+soQJu3DdrTyaHoSN9pZZtk+Mw=";
    sha256 = "sha256-c1imyCv/eqyTEHz6H18McKY+59swG84PcLG6HI1uQmE=";
  };

  preCheck = ''