phpPackages.grumphp 2.4.0 -> 2.5.0

Release notes: https://github.com/phpro/grumphp/releases/tag/v2.5.0
This commit is contained in:
Patka 2024-02-10 11:55:02 +01:00
parent 08872ec38b
commit dd1d04d4cc
No known key found for this signature in database

View file

@ -5,16 +5,16 @@
php.buildComposerProject (finalAttrs: {
pname = "grumphp";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "phpro";
repo = "grumphp";
rev = "v${finalAttrs.version}";
hash = "sha256-htddnBQ6VkVlZ+d5UYu2kyzrbfACRCZRdYtdGGaZ+FE=";
hash = "sha256-STTMqOzWE6c+EXA7PGoJTGVCyB3PtNVj5wSZ6igudro=";
};
vendorHash = "sha256-UJsWZ5dYW8sEft/i122x7bJJ33TVjEp5CU65rW/tHhk=";
vendorHash = "sha256-CrcDJb5SfTBxVkFPTLq0PSzqNtkZWDPkH0IW7Crr4Pw=";
meta = {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${finalAttrs.version}";