Skip to content

Commit 3966f35

Browse files
authoredMar 23, 2025
phpPackages.grumphp: 2.11.0 -> 2.12.0 (#392532)
2 parents 4049f05 + 7425648 commit 3966f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
php.buildComposerProject2 (finalAttrs: {
88
pname = "grumphp";
9-
version = "2.11.0";
9+
version = "2.12.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "phpro";
1313
repo = "grumphp";
1414
rev = "v${finalAttrs.version}";
15-
hash = "sha256-JRLx9laFdtHSwyUmnAQY4Rcaac6buhbA2vfBCIAzk04=";
15+
hash = "sha256-uA+s3ZOZIlgO2yD5jsjJUKPy3u66K/8kazDL3TUVyF8=";
1616
};
1717

18-
vendorHash = "sha256-ptRWX0W0UylsaDjpjdaYq+KBx9aAxYzKGeI44lby+OY=";
18+
vendorHash = "sha256-F+9/Avu+36pN0U9meUJppo4YqyCKEblQx2rCJ7uD8PU=";
1919

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

0 commit comments

Comments
 (0)
Failed to load comments.