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

go-mockery: 2.33.0 -> 2.33.2
This commit is contained in:
Mario Rodas 2023-09-13 06:36:44 -05:00 committed by GitHub
commit c7c67e73ce
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.0";
version = "2.33.2";
src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-HQBGKWJSjo4ox8YEeQhzM8r+GxuEMsj3SiFAO78j0bA=";
sha256 = "sha256-VhzU/18xLmimhRyEqAEi0+B8uiXJFb+ri/0MuugogzI=";
};
preCheck = ''