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:
Léo Gaspard 2018-04-27 22:22:26 +02:00
parent 96fddac691
commit be0b3e3cd0
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "kcov-${version}";
version = "34";
version = "35";
src = fetchFromGitHub {
owner = "SimonKagstrom";
repo = "kcov";
rev = "v${version}";
sha256 = "1i4pn5na8m308pssk8585nmqi8kwd63a9h2rkjrn4w78ibmxvj01";
sha256 = "1da9vm87pi5m9ika0q1f1ai85w3vwlap8yln147yr9sc37jp5jcw";
};
preConfigure = "patchShebangs src/bin-to-c-source.py";
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = http://simonkagstrom.github.io/kcov/index.html;
license = licenses.gpl2;
maintainers = [ maintainers.gal_bolle ];
maintainers = with maintainers; [ gal_bolle ekleog ];
platforms = platforms.linux;
};
}