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

mmctl: 6.3.3 -> 6.4.2
This commit is contained in:
Ryan Mulligan 2022-03-24 16:38:11 -07:00 committed by GitHub
commit 511b7ecf49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "mmctl";
version = "6.3.3";
version = "6.4.2";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-V2p6diXymu37aJdHs0ZQJ7ak4LWe55KYCq15JRzMF48=";
sha256 = "sha256-FlqkY4LvAW9Cibs+3UkMDWA+uc62wMh13BllWuxjVZU=";
};
vendorSha256 = null;