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

mmctl: 7.10.0 -> 7.10.2
This commit is contained in:
figsoda 2023-05-27 20:51:17 -04:00 committed by GitHub
commit c93e310072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mmctl";
version = "7.10.0";
version = "7.10.2";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-ptkpPwTSoWZhcPAFfBhB73F/eubzzeGPI99K/K3ZT64=";
sha256 = "sha256-cD2RwawWhemhIf14NFEDmREmoaOSKyIxveSy75O7fcU=";
};
vendorHash = null;