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

go-mockery: 2.43.0 -> 2.43.1
This commit is contained in:
Matthias Beyer 2024-05-17 09:10:43 +02:00 committed by GitHub
commit 6ea6528712
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.43.0";
version = "2.43.1";
src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-R3J6TZO28x0I6vHjm5X7nMiJBhHuMIYdfp7IUNtu4Do=";
sha256 = "sha256-q4N8tAWlJ+P30KvOnt3AdO9Lee2Mg8mCBUXfT+i4m10=";
};
preCheck = ''