Skip to content

Commit

Permalink
roave-backward-compatibility-check: 8.8.0 -> 8.9.0 (#340514)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Sep 8, 2024
2 parents 2f46ad5 + b432423 commit 0e157eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

php.buildComposerProject (finalAttrs: {
pname = "roave-backward-compatibility-check";
version = "8.8.0";
version = "8.9.0";

src = fetchFromGitHub {
owner = "Roave";
repo = "BackwardCompatibilityCheck";
rev = finalAttrs.version;
hash = "sha256-/9nJqZcuBLzgzDyoX4NHW9And7L/F+Bsm/gLzQS7QzE=";
hash = "sha256-Bvqo2SmtRWvatXxtHbctBrY0xe0KA+knNmEg+KC8hgY=";
};

vendorHash = "sha256-I8JZ4CBrrQmZ38QF9SPZtkPirCAxqSCeTUpMg59Mz7U=";
vendorHash = "sha256-cMVOcLRvfwFbxd2mXJhDx1iaUTHPEsI4vh9/JCoOj3M=";

passthru = {
tests.version = testers.testVersion {
Expand Down

0 comments on commit 0e157eb

Please sign in to comment.