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

mmctl: 7.5.1 -> 7.5.2
This commit is contained in:
Thomas Gerbet 2023-01-01 23:34:19 +01:00 committed by GitHub
commit a5370ff7e3
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.5.1";
version = "7.5.2";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-pNO0FBL1NM4SoKPEjUETeQ/hwdhJj5XpUIXJJ0mfH5M=";
sha256 = "sha256-qBt7YL4u/gt7pPjqXLvjtTH6Dhr3udcqAD1/VjxyJPg=";
};
vendorSha256 = null;