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

mmctl: 7.4.0 -> 7.5.1
This commit is contained in:
Mario Rodas
2022-11-19 21:32:05 -05:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mmctl";
version = "7.4.0";
version = "7.5.1";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-pMKyvma1ZUgjo2AZOKrne7+7LijJxS9Df4SZalJpnzY=";
sha256 = "sha256-pNO0FBL1NM4SoKPEjUETeQ/hwdhJj5XpUIXJJ0mfH5M=";
};
vendorSha256 = null;