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

mmctl: 6.2.1 -> 6.3.0
This commit is contained in:
Ryan Mulligan 2022-01-26 08:45:35 -08:00 committed by GitHub
commit f9a214044b
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.2.1";
version = "6.3.0";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-DhkBiczQ+4iwoufHMuy6Fn3a4q7gvkKGXTfLcUCCKis=";
sha256 = "sha256-hrNVDHM8AweAdda9SC29EGhkOhdiLD0EE1BLPhwe5SI=";
};
vendorSha256 = null;