async-profiler: 1.8.6 -> 2.0

This commit is contained in:
R. RyanTM 2021-07-26 01:12:39 +00:00
parent b400b6f91d
commit 14cbcb09dc

View file

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