2022-11-08T09:52:06 cheat 4.3.3 -> 4.4.0 https://repology.org/metapackage/cheat/versions 2022-11-08T09:52:08 attrpath: cheat 2022-11-08T09:52:08 Checking auto update branch... 2022-11-08T09:52:09 No auto update branch exists 2022-11-08T09:52:10 Old version 4.3.3" not present in master derivation file with contents: { lib, fetchFromGitHub , buildGoModule, installShellFiles }: buildGoModule rec { pname = "cheat"; version = "4.4.0"; src = fetchFromGitHub { owner = "cheat"; repo = "cheat"; rev = version; sha256 = "sha256-lEMwPGXvgI8wtXska9ngAy9R2tr41Jq5yO6xQk9V5n4="; }; subPackages = [ "cmd/cheat" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installManPage doc/cheat.1 installShellCompletion scripts/cheat.{bash,fish,zsh} ''; vendorSha256 = null; doCheck = false; meta = with lib; { description = "Create and view interactive cheatsheets on the command-line"; maintainers = with maintainers; [ mic92 ]; license = with licenses; [ gpl3 mit ]; inherit (src.meta) homepage; }; }