File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
pkgs/by-name/ro/roave-backward-compatibility-check Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 fetchFromGitHub ,
44 php ,
5- testers ,
6- roave-backward-compatibility-check ,
5+ versionCheckHook ,
76} :
87
98php . buildComposerProject2 ( finalAttrs : {
109 pname = "roave-backward-compatibility-check" ;
11- version = "8.10 .0" ;
10+ version = "8.13 .0" ;
1211
1312 src = fetchFromGitHub {
1413 owner = "Roave" ;
1514 repo = "BackwardCompatibilityCheck" ;
16- rev = finalAttrs . version ;
17- hash = "sha256-wOqF7FkwOnTxYe7OnAl8R7NyGkdJ37H0OIr5e/1Q03I =" ;
15+ tag = finalAttrs . version ;
16+ hash = "sha256-bxjrk//n8HdHyYJpsW4qwgHptyeaNqCbiR3wWKJwPiM =" ;
1817 } ;
1918
20- vendorHash = "sha256-Xd+SxqLbm5QCROwq4jDm4cWLxF2nraqA+xdrZxW3ILY =" ;
19+ vendorHash = "sha256-fhSByQzSwFrNCKr7KwJ7CYFt4zqbk4iW5JXK3iSVTnM =" ;
2120
22- passthru = {
23- tests . version = testers . testVersion {
24- package = roave-backward-compatibility-check ;
25- version = finalAttrs . version ;
26- } ;
27- } ;
21+ nativeInstallCheckInputs = [
22+ versionCheckHook
23+ ] ;
24+ versionCheckProgramArg = [ "--version" ] ;
25+ doInstallCheck = true ;
2826
2927 meta = {
3028 changelog = "https://github.com/Roave/BackwardCompatibilityCheck/releases/tag/${ finalAttrs . version } " ;
You can’t perform that action at this time.
0 commit comments