lcov: 2.3.2 -> 2.4

This commit is contained in:
R. Ryantm
2025-12-21 19:36:49 +00:00
parent 553fe89710
commit df92944c6c
+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 = [