kcov 38 -> 41 https://repology.org/metapackage/kcov/versions attrpath: kcov Checking auto update branch... No auto update branch exists Old version 38" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , pkg-config , zlib , curl , elfutils , python3 , libiberty , libopcodes , runCommandCC , rustc }: let self = stdenv.mkDerivation rec { pname = "kcov"; version = "41"; src = fetchFromGitHub { owner = "SimonKagstrom"; repo = "kcov"; rev = "v${version}"; sha256 = "sha256-Kit4Yn5Qeg3uAc6+RxwlVEhDKN6at+Uc7V38yhDPrAY="; }; preConfigure = "patchShebangs src/bin-to-c-source.py"; nativeBuildInputs = [ cmake pkg-config python3 ]; buildInputs = [ curl zlib elfutils libiberty libopcodes ]; strictDeps = true; passthru.tests = { works-on-c = runCommandCC "works-on-c" { } '' set -ex cat - > a.c < a.rs <