async-profiler: 2.8.1 -> 2.8.3

This commit is contained in:
R. Ryantm 2022-07-28 08:25:52 +00:00
parent bba87fc2a3
commit 695726b7ac

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "async-profiler";
version = "2.8.1";
version = "2.8.3";
src = fetchFromGitHub {
owner = "jvm-profiling-tools";
repo = "async-profiler";
rev = "v${version}";
sha256 = "sha256-TbsLYPAaL2nzzRxvCD+7oaIf0s9X2s6BHIT/KD6CN74=";
sha256 = "sha256-25C3V3BVQ4YnuccW9o4LeS51V9542Jk3QYfoWNIbiBQ=";
};
nativeBuildInputs = [ makeWrapper ];