Skip to content

Commit 6fb6032

Browse files
authored
roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705)
1 parent 04f72b6 commit 6fb6032

File tree

1 file changed

+4
-4
lines changed
  • pkgs/by-name/ro/roave-backward-compatibility-check

1 file changed

+4
-4
lines changed

pkgs/by-name/ro/roave-backward-compatibility-check/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
roave-backward-compatibility-check,
77
}:
88

9-
php.buildComposerProject (finalAttrs: {
9+
php.buildComposerProject2 (finalAttrs: {
1010
pname = "roave-backward-compatibility-check";
11-
version = "8.9.0";
11+
version = "8.10.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "Roave";
1515
repo = "BackwardCompatibilityCheck";
1616
rev = finalAttrs.version;
17-
hash = "sha256-Bvqo2SmtRWvatXxtHbctBrY0xe0KA+knNmEg+KC8hgY=";
17+
hash = "sha256-wOqF7FkwOnTxYe7OnAl8R7NyGkdJ37H0OIr5e/1Q03I=";
1818
};
1919

20-
vendorHash = "sha256-cMVOcLRvfwFbxd2mXJhDx1iaUTHPEsI4vh9/JCoOj3M=";
20+
vendorHash = "sha256-Xd+SxqLbm5QCROwq4jDm4cWLxF2nraqA+xdrZxW3ILY=";
2121

2222
passthru = {
2323
tests.version = testers.testVersion {

0 commit comments

Comments
 (0)