lcov: 2.3.2 -> 2.4 (#473071)

This commit is contained in:
Marcin Serwin
2026-02-22 11:53:40 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "lcov";
version = "2.3.2";
version = "2.4";
src = fetchFromGitHub {
owner = "linux-test-project";
repo = "lcov";
tag = "v${finalAttrs.version}";
hash = "sha256-msttwM5QlSkeruKoVwZYpymz5JOJRb6QoSeF19AkEGI=";
hash = "sha256-fGuOqo8Bj1kDxx7Isu3aaAIBDjoMBr7WuZ+tlErjR4Y=";
};
nativeBuildInputs = [