Merge pull request #224477 from figsoda/jacoco

This commit is contained in:
figsoda 2023-04-04 22:40:56 -04:00 committed by GitHub
commit 45306ddf55
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.8";
version = "0.8.9";
src = fetchzip {
url = "https://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/${version}/jacoco-${version}.zip";
stripRoot = false;
sha256 = "sha256-NfXkMAFG1yMj1o06Hlhg9+B4RzL0I36fAGjZx3IC+NQ=";
sha256 = "sha256-gxe3HoOAj4u6k7hBDe6r9uPj4xSt1wFNPVzhM9YAEMI=";
};
outputs = [ "out" "doc" ];
@ -35,7 +35,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A free code coverage library for Java";
homepage = "https://jacoco.org/jacoco";
homepage = "https://www.jacoco.org/jacoco";
changelog = "https://www.jacoco.org/jacoco/trunk/doc/changes.html";
license = licenses.epl20;
platforms = platforms.all;
maintainers = with maintainers; [ figsoda ];