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

go-mockery: 2.33.3 -> 2.34.1
This commit is contained in:
Mario Rodas 2023-09-28 20:43:25 -05:00 committed by GitHub
commit 89ac45342f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''