async-profiler: 1.8.5 -> 1.8.6

This commit is contained in:
R. RyanTM 2021-07-09 04:44:50 +00:00 committed by Jonathan Ringer
parent 6411279953
commit ecf76c5f09

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "async-profiler";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "jvm-profiling-tools";
repo = "async-profiler";
rev = "v${version}";
sha256 = "sha256-vSBueRNraMgLcaprPsBUriX3WZ7N0UrllnSVLL2F738=";
sha256 = "sha256-MtRO0tbo4kDHcQmir8ulv0q1Qh+KnKIshb1NDtu1SKg=";
};
buildInputs = [ jdk8 ];