phpPackages.grumphp: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm
2024-12-17 08:03:32 +00:00
parent 69e1e8ba04
commit bc1192c828
@@ -6,16 +6,16 @@
php.buildComposerProject2 (finalAttrs: {
pname = "grumphp";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "phpro";
repo = "grumphp";
rev = "v${finalAttrs.version}";
hash = "sha256-6SO5LUK39pEVcJqL86CwuyU7xpi8ydJxin5sHqBYwmg=";
hash = "sha256-cgrQ8cBe6pQVofcJK1l2Vylt1SESwy0pvW7BIFS6uuM=";
};
vendorHash = "sha256-pupoPA4VZKACv4nPiRIwe1BOXojnnXrjKOpq0JGl9Uc=";
vendorHash = "sha256-lzrPVkklU8NOhq4G2bJLLv8IxcSma6jx4hEvCr0ufuA=";
meta = {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${finalAttrs.version}";