Unverified Commit 76e87812 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

lcov: 2.3.2 -> 2.4 (#473071)

parents 2e3c69a3 df92944c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [