Skip to content

Commit bacc3f7

Browse files
committed
php81Packages.phpstan: 1.11.5 -> 1.11.6
1 parent d8724af commit bacc3f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

77
php.buildComposerProject (finalAttrs: {
88
pname = "phpstan";
9-
version = "1.11.5";
9+
version = "1.11.6";
1010

1111
src = fetchFromGitHub {
1212
owner = "phpstan";
1313
repo = "phpstan-src";
1414
rev = finalAttrs.version;
15-
hash = "sha256-J1y8+sY/amAhWQTL4odL+fe3t10KDNBIMV9Q92VzQcE=";
15+
hash = "sha256-WQnzw/Tjc6viReO45nkMCL1a2eooWZSB77pY3lm+6wA=";
1616
};
1717

18-
vendorHash = "sha256-BRm1ih+NHQIet7OuuSqXheVV/ZMS2h2wkRjdJ+nam48=";
18+
vendorHash = "sha256-KkPeFTn2j9M0CcFpj9goecJEPBYcOoU1vkbvyaj2M94=";
1919
composerStrictValidation = false;
2020

2121
meta = {

0 commit comments

Comments
 (0)