go-mockery: 2.5.1 -> 2.7.4

This commit is contained in:
R. RyanTM 2021-03-19 15:02:35 +00:00
parent e35acbb6d8
commit 5bef7871a0

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-mockery";
version = "2.5.1";
version = "2.7.4";
src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "5W5WGWqxpZzOqk1VOlLeggIqfneRb7s7ZT5faNEhDos=";
sha256 = "sha256-St8QgUZUU7THM9H8i7Z+bgKu9LhXhUqH/B14LGmDCn0=";
};
vendorSha256 = "//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA=";
vendorSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA=";
meta = with lib; {
homepage = "https://github.com/vektra/mockery";