php82Packages.grumphp: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2024-06-14 14:28:13 +00:00
parent f172255668
commit 34578c5cab

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}";