lcov: 2.1 -> 2.2 (#354788)

This commit is contained in:
OTABI Tomoya
2024-11-23 08:55:26 +09:00
committed by GitHub

View File

@@ -21,13 +21,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lcov"; pname = "lcov";
version = "2.1"; version = "2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-test-project"; owner = "linux-test-project";
repo = "lcov"; repo = "lcov";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QfA+mzLfpi2fuhcPvCKO7YnPef1GMhCbgBWdXFTXPzE="; hash = "sha256-cZdDlOf3IgPQrUNl+wu6Gwecaj+r2xu0eqmlz67TeAI=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];