mmctl: 7.5.2 -> 7.10.0

This commit is contained in:
R. Ryantm 2023-04-17 17:58:02 +00:00
parent d1f5735744
commit f399f5e1b1

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "mmctl";
version = "7.5.2";
version = "7.10.0";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-qBt7YL4u/gt7pPjqXLvjtTH6Dhr3udcqAD1/VjxyJPg=";
sha256 = "sha256-ptkpPwTSoWZhcPAFfBhB73F/eubzzeGPI99K/K3ZT64=";
};
vendorSha256 = null;
vendorHash = null;
checkPhase = "make test";