Commit df92944c authored by R. RyanTM's avatar R. RyanTM
Browse files

lcov: 2.3.2 -> 2.4

parent 553fe897
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 = [