Skip to content

Commit db53807

Browse files
authored
phpPackages.php-codesniffer: 3.12.2 -> 3.13.0 (#407528)
2 parents 913487e + afb9428 commit db53807

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/php-packages/php-codesniffer

1 file changed

+3
-3
lines changed

pkgs/development/php-packages/php-codesniffer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
php.buildComposerProject2 (finalAttrs: {
88
pname = "php-codesniffer";
9-
version = "3.12.2";
9+
version = "3.13.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "PHPCSStandards";
1313
repo = "PHP_CodeSniffer";
1414
tag = finalAttrs.version;
15-
hash = "sha256-6bv5ejTsCAlSoCqtb7NOGVWJ9rYodAgl2zke+2x7ZaM=";
15+
hash = "sha256-ReWLRVKkVY2fiPgZ3MQnHXDUGQYV1zci5B3Musxq5Q0=";
1616
};
1717

18-
vendorHash = "sha256-z3DWMACau49Z46OiUw88y7aTuaFywbFquhjla90FS3E=";
18+
vendorHash = "sha256-+e80bUeTQ6bSvI/rFlCC7vwuM8pMTSnylEnPhH1LD14=";
1919

2020
meta = {
2121
changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${finalAttrs.version}";

0 commit comments

Comments
 (0)