Merge pull request #228143 from figsoda/jacoco

This commit is contained in:
figsoda 2023-04-26 14:46:10 -04:00 committed by GitHub
commit ec84e41bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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