async-profiler: 3.0 -> 4.0

This commit is contained in:
R. Ryantm
2025-04-09 00:32:05 +00:00
parent 0f8029409e
commit 104411004f
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "async-profiler";
version = "3.0";
version = "4.0";
src = fetchFromGitHub {
owner = "jvm-profiling-tools";
repo = "async-profiler";
rev = "v${version}";
hash = "sha256-0CCJoRjRLq4LpiRD0ibzK8So9qSQymePCTYUI60Oy2k=";
hash = "sha256-4S5Lbhqu2V7TzrbFf3G3G4OEYLU6w5lcgUl49k9YqSA=";
};
nativeBuildInputs = [ makeWrapper ];