jacoco: 0.8.10 -> 0.8.11

Changelog: https://www.jacoco.org/jacoco/trunk/doc/changes.html
This commit is contained in:
figsoda 2023-10-16 12:36:20 -04:00
parent a367f2c9f6
commit e43846d297

View file

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "jacoco";
version = "0.8.10";
version = "0.8.11";
src = fetchzip {
url = "https://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/${version}/jacoco-${version}.zip";
stripRoot = false;
sha256 = "sha256-V8I3DXoeUPNxAe7z/ISGa5UQAyLJN7RKXlD0FOw92Oo=";
sha256 = "sha256-Sd4Kh5ts0IdHhd9vF1XZzZ2KFRb+rsnzpam6Ysxu910=";
};
outputs = [ "out" "doc" ];