kcov: 35 -> 36

This commit is contained in:
Léo Gaspard
2018-08-30 01:07:45 +09:00
parent 8395f9aa85
commit 03d5065c06
2 changed files with 2 additions and 16 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "kcov-${version}";
version = "35";
version = "36";
src = fetchFromGitHub {
owner = "SimonKagstrom";
repo = "kcov";
rev = "v${version}";
sha256 = "1da9vm87pi5m9ika0q1f1ai85w3vwlap8yln147yr9sc37jp5jcw";
sha256 = "1q1mw5mxz041lr6qc2v4280rmx13pg1bx5r3bxz9bzs941r405r3";
};
preConfigure = "patchShebangs src/bin-to-c-source.py";
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib curl elfutils python libiberty libopcodes ];
patches = [ ./aarch64_nt_prstatus.patch ];
enableParallelBuilding = true;
meta = with stdenv.lib; {