Merge pull request #319837 from r-ryantm/auto-update/php82Packages.grumphp

php82Packages.grumphp: 2.5.0 -> 2.6.0
This commit is contained in:
Pol Dellaiera 2024-06-14 16:49:59 +02:00 committed by GitHub
commit 3bac01780f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
php.buildComposerProject (finalAttrs: {
pname = "grumphp";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "phpro";
repo = "grumphp";
rev = "v${finalAttrs.version}";
hash = "sha256-STTMqOzWE6c+EXA7PGoJTGVCyB3PtNVj5wSZ6igudro=";
hash = "sha256-W4LNzdgWxXDPL46/C8SX99lpRMp/xL5q5v6vX3H80XU=";
};
vendorHash = "sha256-CrcDJb5SfTBxVkFPTLq0PSzqNtkZWDPkH0IW7Crr4Pw=";
vendorHash = "sha256-bpIG3P1BdsYNI59xANaihmjsT7WDKiss3mhi/brA0Mc=";
meta = {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${finalAttrs.version}";