lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

phpPackages.grumphp: 2.14.0 -> 2.15.0

R. Ryantm e8901347 559268ac

+3 -3
+3 -3
pkgs/development/php-packages/grumphp/default.nix
··· 7 7 8 8 php.buildComposerProject2 (finalAttrs: { 9 9 pname = "grumphp"; 10 - version = "2.14.0"; 10 + version = "2.15.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "phpro"; 14 14 repo = "grumphp"; 15 15 rev = "v${finalAttrs.version}"; 16 - hash = "sha256-p8xhfu1tjSvGybA9QuqiduPS6loaWTZN5zKrcrtc4h0="; 16 + hash = "sha256-48seCSiYvlNWPu9xP1kGKNwK+98F6wf602dxMjYLVio="; 17 17 }; 18 18 19 - vendorHash = "sha256-5h+7yw6S2T9HehdO91TojjoCRIrACRRhan6cvJo6pcY="; 19 + vendorHash = "sha256-1sDvUuB5XsCqD23IDI4kVFZUiYhaqrwDg4xQgb2kC38="; 20 20 21 21 doInstallCheck = true; 22 22 nativeInstallCheckInputs = [ versionCheckHook ];