lcov: 2.3 -> 2.3.1

This commit is contained in:
R. Ryantm 2025-03-30 19:37:02 +00:00
parent c68937a0a0
commit e23e47ca6c

View File

@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lcov";
version = "2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "linux-test-project";
repo = "lcov";
rev = "v${version}";
hash = "sha256-Qz5Q1JRJeB0aCaYmCR8jeG7TQPkvJHtJTkBhXGM05ak=";
hash = "sha256-31318or9AQ7iyu9DNQEvf5jaDzrneOOqOXu0HF1eag4=";
};
nativeBuildInputs = [