Skip to content

Commit 9d510c7

Browse files
authored
phpPackages.grumphp: 2.10.0 -> 2.11.0 (#385709)
2 parents cbb958f + 53b84ec commit 9d510c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

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

18-
vendorHash = "sha256-lzrPVkklU8NOhq4G2bJLLv8IxcSma6jx4hEvCr0ufuA=";
18+
vendorHash = "sha256-ptRWX0W0UylsaDjpjdaYq+KBx9aAxYzKGeI44lby+OY=";
1919

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

0 commit comments

Comments
 (0)