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

mmctl: 7.0.1 -> 7.1.2
This commit is contained in:
Bobby Rong 2022-07-30 10:53:03 +08:00 committed by GitHub
commit bc1a35284d
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.0.1";
version = "7.1.2";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-xNj8aM3hpcvxwXCdFCfkXDBagIdCjcjWLGNp43KsV10=";
sha256 = "sha256-wqX6HVcI8PTE0gFYh03oxWRQ1Tzs/Z9V2cG9qu1MsLA=";
};
vendorSha256 = null;