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

mmctl: 7.1.2 -> 7.2.0
This commit is contained in:
Sebastián Mancilla
2022-08-20 17:23:33 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "mmctl";
version = "7.1.2";
version = "7.2.0";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mmctl";
rev = "v${version}";
sha256 = "sha256-wqX6HVcI8PTE0gFYh03oxWRQ1Tzs/Z9V2cG9qu1MsLA=";
sha256 = "sha256-LPhFWZrQdusJKv0pDHWOv1gQ0EyVpT3nzkPYshh6pRw=";
};
vendorSha256 = null;