File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/php-packages/php-codesniffer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 php ,
55} :
66
7- php . buildComposerProject ( finalAttrs : {
7+ php . buildComposerProject2 ( finalAttrs : {
88 pname = "php-codesniffer" ;
9- version = "3.9 .0" ;
9+ version = "3.11 .0" ;
1010
1111 src = fetchFromGitHub {
1212 owner = "PHPCSStandards" ;
1313 repo = "PHP_CodeSniffer" ;
1414 rev = "${ finalAttrs . version } " ;
15- hash = "sha256-HyAb0vfruJWch09GVWtKI+NOTpsUkkLRusFSwZlNHjA =" ;
15+ hash = "sha256-zCAaXKlKIBF7LK+DHkbzOqnSMj+ZaeafZnSOHOq3Z5Q =" ;
1616 } ;
1717
1818 composerLock = ./composer.lock ;
19- vendorHash = "sha256-nM0sKdD+fc3saPCvU+0KI7HM+LdSi0vJIoutwuZnx/Y =" ;
19+ vendorHash = "sha256-r40bINMa9n4Rzlv75QSuz0TiV5qGsdh4mwMqj9BsKTY =" ;
2020
2121 meta = {
2222 changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${ finalAttrs . version } " ;
You can’t perform that action at this time.
0 commit comments