jacoco: 0.8.9 -> 0.8.10

Changelog: https://www.jacoco.org/jacoco/trunk/doc/changes.html
This commit is contained in:
figsoda 2023-04-25 09:53:40 -04:00
parent acc386e521
commit 9bd46f9488

View file

@ -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" ];