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

go-mockery: 2.42.2 -> 2.42.3
This commit is contained in:
Mario Rodas 2024-04-24 08:55:02 -05:00 committed by GitHub
commit d09e0155b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-mockery";
version = "2.42.2";
version = "2.42.3";
src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-y0HMoQvv001smvWlK1qN0bYeHgNDLz1uKQCaRmDnoM4=";
sha256 = "sha256-8DbUbgzTNcQiCXZFuRPkLiW4PyQLHDo4sN04l1I5rMI=";
};
preCheck = ''