Merge pull request #226683 from r-ryantm/auto-update/mmctl

mmctl: 7.5.2 -> 7.10.0
This commit is contained in:
Weijia Wang 2023-04-20 02:53:12 +03:00 committed by GitHub
commit f864e4613b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";