php81Packages.phpstan 1.10.59 -> 1.10.60 https://repology.org/project/php:phpstan/versions attrpath: php81Packages.phpstan Checking auto update branch... No auto update branch exists Old version 1.10.59" not present in master derivation file with contents: { fetchFromGitHub, lib, php }: php.buildComposerProject (finalAttrs: { pname = "phpstan"; version = "1.10.60"; src = fetchFromGitHub { owner = "phpstan"; repo = "phpstan-src"; rev = finalAttrs.version; hash = "sha256-DKrlR3ujHWfbhPMzZhhkUCeTtKW6hpGUe4z7xgzJ4qs="; }; vendorHash = "sha256-8CEg1q3K1E9M6gaa5IlSYNPZb+evaY1oxbCnySXuFGE="; composerStrictValidation = false; meta = { changelog = "https://github.com/phpstan/phpstan/releases/tag/${finalAttrs.version}"; description = "PHP Static Analysis Tool"; homepage = "https://github.com/phpstan/phpstan"; longDescription = '' PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line. ''; license = lib.licenses.mit; mainProgram = "phpstan"; maintainers = lib.teams.php.members; }; })