Merge pull request #118473 from r-ryantm/auto-update/async-profiler
async-profiler: 1.8.4 -> 1.8.5
This commit is contained in:
commit
dd7dc1b724
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "async-profiler";
|
pname = "async-profiler";
|
||||||
version = "1.8.4";
|
version = "1.8.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jvm-profiling-tools";
|
owner = "jvm-profiling-tools";
|
||||||
repo = "async-profiler";
|
repo = "async-profiler";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-R/TFElytq3mBG+jKjb7XlFUqpXBpSZGfbscUdg2vevE=";
|
sha256 = "sha256-vSBueRNraMgLcaprPsBUriX3WZ7N0UrllnSVLL2F738=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jdk8 ];
|
buildInputs = [ jdk8 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user