mmctl: 6.3.3 -> 6.4.2

This commit is contained in:
R. Ryantm 2022-03-12 15:21:56 +00:00
parent 12769bc7e1
commit 3a87b878ff

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;