Skip to content

Commit a2139c7

Browse files
authored
lcov: 2.3 -> 2.3.1 (#394717)
2 parents a9d66f5 + e23e47c commit a2139c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lc/lcov/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
stdenv.mkDerivation rec {
2323
pname = "lcov";
24-
version = "2.3";
24+
version = "2.3.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "linux-test-project";
2828
repo = "lcov";
2929
rev = "v${version}";
30-
hash = "sha256-Qz5Q1JRJeB0aCaYmCR8jeG7TQPkvJHtJTkBhXGM05ak=";
30+
hash = "sha256-31318or9AQ7iyu9DNQEvf5jaDzrneOOqOXu0HF1eag4=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)