File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 perlPackages . PathTools
2020 ] ++ lib . optionals ( ! stdenv . hostPlatform . isDarwin ) [ perlPackages . MemoryProcess ] ;
2121in
22- stdenv . mkDerivation rec {
22+ stdenv . mkDerivation ( finalAttrs : {
2323 pname = "lcov" ;
2424 version = "2.3.1" ;
2525
2626 src = fetchFromGitHub {
2727 owner = "linux-test-project" ;
2828 repo = "lcov" ;
29- rev = "v${ version } " ;
29+ tag = "v${ finalAttrs . version } " ;
3030 hash = "sha256-31318or9AQ7iyu9DNQEvf5jaDzrneOOqOXu0HF1eag4=" ;
3131 } ;
3232
@@ -67,9 +67,10 @@ stdenv.mkDerivation rec {
6767 '' ;
6868
6969 homepage = "https://github.com/linux-test-project/lcov" ;
70+ changelog = "https://github.com/linux-test-project/lcov/releases/tag/v${ finalAttrs . version } " ;
7071 license = lib . licenses . gpl2Plus ;
7172
7273 maintainers = with lib . maintainers ; [ dezgeg ] ;
7374 platforms = lib . platforms . all ;
7475 } ;
75- }
76+ } )
You can’t perform that action at this time.
0 commit comments