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

mmctl: 7.2.0 -> 7.3.0
This commit is contained in:
Jonas Heinrich 2022-09-16 11:17:07 +02:00 committed by GitHub
commit dcb2b1bbe1
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.2.0";
version = "7.3.0";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-LPhFWZrQdusJKv0pDHWOv1gQ0EyVpT3nzkPYshh6pRw=";
sha256 = "sha256-4v88+3P9knVYBwbdDT6y9TrHPRwCzXHSclKKiy6dWs8=";
};
vendorSha256 = null;