kcov: 34 -> 35
As the maintainer currently in `meta.maintainers` appears to not have touched the package since 2015, I've also added myself there.
This commit is contained in:
parent
96fddac691
commit
be0b3e3cd0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kcov-${version}";
|
name = "kcov-${version}";
|
||||||
version = "34";
|
version = "35";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SimonKagstrom";
|
owner = "SimonKagstrom";
|
||||||
repo = "kcov";
|
repo = "kcov";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1i4pn5na8m308pssk8585nmqi8kwd63a9h2rkjrn4w78ibmxvj01";
|
sha256 = "1da9vm87pi5m9ika0q1f1ai85w3vwlap8yln147yr9sc37jp5jcw";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs src/bin-to-c-source.py";
|
preConfigure = "patchShebangs src/bin-to-c-source.py";
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://simonkagstrom.github.io/kcov/index.html;
|
homepage = http://simonkagstrom.github.io/kcov/index.html;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
|
||||||
maintainers = [ maintainers.gal_bolle ];
|
maintainers = with maintainers; [ gal_bolle ekleog ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user