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

mmctl: 7.3.0 -> 7.4.0
This commit is contained in:
Mario Rodas 2022-10-23 16:13:47 -05:00 committed by GitHub
commit 5747046909
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.3.0";
version = "7.4.0";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-4v88+3P9knVYBwbdDT6y9TrHPRwCzXHSclKKiy6dWs8=";
sha256 = "sha256-pMKyvma1ZUgjo2AZOKrne7+7LijJxS9Df4SZalJpnzY=";
};
vendorSha256 = null;