Commit 9bd46f94 authored by figsoda's avatar figsoda
Browse files

jacoco: 0.8.9 -> 0.8.10

parent acc386e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

stdenv.mkDerivation rec {
  pname = "jacoco";
  version = "0.8.9";
  version = "0.8.10";

  src = fetchzip {
    url = "https://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/${version}/jacoco-${version}.zip";
    stripRoot = false;
    sha256 = "sha256-gxe3HoOAj4u6k7hBDe6r9uPj4xSt1wFNPVzhM9YAEMI=";
    sha256 = "sha256-V8I3DXoeUPNxAe7z/ISGa5UQAyLJN7RKXlD0FOw92Oo=";
  };

  outputs = [ "out" "doc" ];