Skip to content

Commit

Permalink
php81Packages.grumphp: 2.6.0 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and mkg20001 committed Dec 4, 2024
1 parent 238ebb3 commit 974ca3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/php-packages/grumphp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

php.buildComposerProject2 (finalAttrs: {
pname = "grumphp";
version = "2.6.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "phpro";
repo = "grumphp";
rev = "v${finalAttrs.version}";
hash = "sha256-W4LNzdgWxXDPL46/C8SX99lpRMp/xL5q5v6vX3H80XU=";
hash = "sha256-6SO5LUK39pEVcJqL86CwuyU7xpi8ydJxin5sHqBYwmg=";
};

vendorHash = "sha256-9oInSBlN6hDe9Bj/ISP/7O9Q1xp4tXRm99XhsrJog0E=";
vendorHash = "sha256-pupoPA4VZKACv4nPiRIwe1BOXojnnXrjKOpq0JGl9Uc=";

meta = {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${finalAttrs.version}";
Expand Down

0 comments on commit 974ca3b

Please sign in to comment.