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

mmctl: 7.10.2 -> 7.10.3
This commit is contained in:
Weijia Wang 2023-07-05 13:55:42 +03:00 committed by GitHub
commit c6ce442cb8
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.2";
version = "7.10.3";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-cD2RwawWhemhIf14NFEDmREmoaOSKyIxveSy75O7fcU=";
sha256 = "sha256-ANoisFJnTEUgL0xKGaS19jqAHX3MT9RR4BO7hz/vm6E=";
};
vendorHash = null;