lcov: 2.3.1 -> 2.3.2 (#436640)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:18:49 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "lcov";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "linux-test-project";
repo = "lcov";
tag = "v${finalAttrs.version}";
hash = "sha256-31318or9AQ7iyu9DNQEvf5jaDzrneOOqOXu0HF1eag4=";
hash = "sha256-msttwM5QlSkeruKoVwZYpymz5JOJRb6QoSeF19AkEGI=";
};
nativeBuildInputs = [