Skip to content

Commit 3f18799

Browse files
authored
phpPackages.grumphp: 2.17.0 -> 2.18.0 (NixOS#483779)
2 parents 1fe3c31 + 516c699 commit 3f18799

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/php-packages/grumphp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
php.buildComposerProject2 (finalAttrs: {
99
pname = "grumphp";
10-
version = "2.17.0";
10+
version = "2.18.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "phpro";
1414
repo = "grumphp";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-g2V2clNI0+KzKAPStq1vJZ3gHpBV1EbduWBmzRnuzv8=";
16+
hash = "sha256-JNpgIba+Y3qURegZFNeBKwigynSVzSfaAxM2RwcILMc=";
1717
};
1818

19-
vendorHash = "sha256-lgXDxfBTCtGlrDzi+leeE8J8VIsaKpwyB1CUTUvdpMg=";
19+
vendorHash = "sha256-Abi+NIXqD8HVTI1OVimeYmzybKXGGNA+l2MHUkx7CpQ=";
2020

2121
doInstallCheck = true;
2222
nativeInstallCheckInputs = [ versionCheckHook ];

0 commit comments

Comments
 (0)