Merge pull request #183256 from r-ryantm/auto-update/async-profiler

async-profiler: 2.8.1 -> 2.8.3
This commit is contained in:
Jonas Heinrich 2022-08-24 10:40:42 +02:00 committed by GitHub
commit 0a11e6a415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];