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 { buildGoModule rec {
pname = "go-mockery"; pname = "go-mockery";
version = "2.5.1"; version = "2.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vektra"; owner = "vektra";
repo = "mockery"; repo = "mockery";
rev = "v${version}"; rev = "v${version}";
sha256 = "5W5WGWqxpZzOqk1VOlLeggIqfneRb7s7ZT5faNEhDos="; sha256 = "sha256-St8QgUZUU7THM9H8i7Z+bgKu9LhXhUqH/B14LGmDCn0=";
}; };
vendorSha256 = "//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA="; vendorSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA=";
meta = with lib; { meta = with lib; {
homepage = "https://github.com/vektra/mockery"; homepage = "https://github.com/vektra/mockery";