File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
pkgs/development/php-packages/pcov Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11{
22 buildPecl ,
33 lib ,
4- php ,
54 pcre2 ,
65 fetchFromGitHub ,
76 fetchpatch ,
87} :
98
109let
11- version = "1.0.11 " ;
10+ version = "1.0.12 " ;
1211in
1312buildPecl {
1413 inherit version ;
@@ -17,8 +16,8 @@ buildPecl {
1716 src = fetchFromGitHub {
1817 owner = "krakjoe" ;
1918 repo = "pcov" ;
20- rev = "v${ version } " ;
21- sha256 = "sha256-lyY17Y9chpTO8oeWmDGSh0YSnipYqCuy1qmn9su5Eu8=" ;
19+ tag = "v${ version } " ;
20+ hash = "sha256-lyY17Y9chpTO8oeWmDGSh0YSnipYqCuy1qmn9su5Eu8=" ;
2221 } ;
2322
2423 buildInputs = [ pcre2 ] ;
@@ -27,15 +26,15 @@ buildPecl {
2726 # Allow building for PHP 8.4
2827 ( fetchpatch {
2928 url = "https://github.com/krakjoe/pcov/commit/7d764c7c2555e8287351961d72be3ebec4d8743f.patch" ;
30- sha256 = "sha256-5wIHrrCwUXQpPdUg+3Kwyop5yvOzQQ3qc4pQXU8q2OM=" ;
29+ hash = "sha256-5wIHrrCwUXQpPdUg+3Kwyop5yvOzQQ3qc4pQXU8q2OM=" ;
3130 } )
3231 ] ;
3332
34- meta = with lib ; {
33+ meta = {
3534 changelog = "https://github.com/krakjoe/pcov/releases/tag/v${ version } " ;
3635 description = "Self contained php-code-coverage compatible driver for PHP" ;
37- license = licenses . php301 ;
36+ license = lib . licenses . php301 ;
3837 homepage = "https://github.com/krakjoe/pcov" ;
39- maintainers = teams . php . members ;
38+ maintainers = lib . teams . php . members ;
4039 } ;
4140}
You can’t perform that action at this time.
0 commit comments