lcov: 2.3 -> 2.3.1 (#394717)

This commit is contained in:
jopejoe1
2025-04-05 13:26:39 +02:00
committed by GitHub
+2 -2
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 = [