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

async-profiler: 1.8.4 -> 1.8.5
This commit is contained in:
Ryan Mulligan 2021-04-09 20:50:02 -07:00 committed by GitHub
commit dd7dc1b724
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 = "1.8.4";
version = "1.8.5";
src = fetchFromGitHub {
owner = "jvm-profiling-tools";
repo = "async-profiler";
rev = "v${version}";
sha256 = "sha256-R/TFElytq3mBG+jKjb7XlFUqpXBpSZGfbscUdg2vevE=";
sha256 = "sha256-vSBueRNraMgLcaprPsBUriX3WZ7N0UrllnSVLL2F738=";
};
buildInputs = [ jdk8 ];