ameba 1.0.1 -> 1.3.1 https://github.com/crystal-ameba/ameba/releases attrpath: ameba Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { lib, fetchFromGitHub, crystal }: crystal.buildCrystalPackage rec { pname = "ameba"; version = "1.3.1"; src = fetchFromGitHub { owner = "crystal-ameba"; repo = "ameba"; rev = "v${version}"; hash = "sha256-SZ2sBQeZgtPOYioH9eK5MveFtWVGPvgKMrqsCfjoRGM="; }; format = "make"; meta = with lib; { description = "A static code analysis tool for Crystal"; homepage = "https://crystal-ameba.github.io"; license = licenses.mit; maintainers = with maintainers; [ kimburgess ]; }; }