typioca 2.6.0 -> 2.7.0 https://repology.org/project/typioca/versions attrpath: typioca Checking auto update branch... No auto update branch exists Old version 2.6.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , testers , typioca }: buildGoModule rec { pname = "typioca"; version = "2.8.0"; src = fetchFromGitHub { owner = "bloznelis"; repo = "typioca"; rev = version; hash = "sha256-cm6z7MVAbFxfkSTaCfh8wZhtgXdfVQopqEk+w+hPZpI="; }; vendorHash = "sha256-XiKn18WCbhVvsrIvTN/Yquj4mhq4n1X1jqdGUaMacV4="; ldflags = [ "-s" "-w" "-X=github.com/bloznelis/typioca/cmd.Version=${version}" ]; passthru.tests = { version = testers.testVersion { package = typioca; }; }; meta = with lib; { description = "Cozy typing speed tester in terminal"; homepage = "https://github.com/bloznelis/typioca"; changelog = "https://github.com/bloznelis/typioca/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; }