phpPackages.phpstan: 1.10.65 -> 1.10.66

Release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.66
This commit is contained in:
Patka 2024-03-29 10:18:59 +01:00
parent 40fe01a193
commit df1427ed2b
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
php.buildComposerProject (finalAttrs: {
pname = "phpstan";
version = "1.10.65";
version = "1.10.66";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan-src";
rev = finalAttrs.version;
hash = "sha256-mKNix5TEnr0aUHxn9cYvFafU7yLhTe8AVkHZcu0/a1M=";
hash = "sha256-ZEQ6oP6zyi0cL69J9ck8gAht5taPkzH+iW5ALC4saAQ=";
};
vendorHash = "sha256-NezEoraSomeeMbY7qz2pH2EwLr/VXO1tmWJ5/2fS/qU=";
vendorHash = "sha256-Qp/eMhcKK32N1EMgeIspBDs28Oofwn6n2bEFKqvSx9E=";
composerStrictValidation = false;
meta = {