mmctl 7.10.3 -> 7.10.4 https://repology.org/project/mmctl/versions attrpath: mmctl Checking auto update branch... No auto update branch exists Old version 7.10.3" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule }: buildGoModule rec { pname = "mmctl"; version = "7.10.4"; src = fetchFromGitHub { owner = "mattermost"; repo = "mmctl"; rev = "v${version}"; sha256 = "sha256-N3WvVVx4djmW6+Nh2XAgv0fJgVVp2I0I3vnUuoEUXjo="; }; vendorHash = null; checkPhase = "make test"; ldflags = [ "-s" "-w" "-X github.com/mattermost/mmctl/v6/commands.Version=${version}" ]; meta = with lib; { description = "A remote CLI tool for Mattermost"; homepage = "https://github.com/mattermost/mmctl"; license = licenses.asl20; maintainers = with maintainers; [ ppom ]; }; }