We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 913487e + afb9428 commit db53807Copy full SHA for db53807
pkgs/development/php-packages/php-codesniffer/default.nix
@@ -6,16 +6,16 @@
6
7
php.buildComposerProject2 (finalAttrs: {
8
pname = "php-codesniffer";
9
- version = "3.12.2";
+ version = "3.13.0";
10
11
src = fetchFromGitHub {
12
owner = "PHPCSStandards";
13
repo = "PHP_CodeSniffer";
14
tag = finalAttrs.version;
15
- hash = "sha256-6bv5ejTsCAlSoCqtb7NOGVWJ9rYodAgl2zke+2x7ZaM=";
+ hash = "sha256-ReWLRVKkVY2fiPgZ3MQnHXDUGQYV1zci5B3Musxq5Q0=";
16
};
17
18
- vendorHash = "sha256-z3DWMACau49Z46OiUw88y7aTuaFywbFquhjla90FS3E=";
+ vendorHash = "sha256-+e80bUeTQ6bSvI/rFlCC7vwuM8pMTSnylEnPhH1LD14=";
19
20
meta = {
21
changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${finalAttrs.version}";
0 commit comments