async-profiler: 4.1 -> 4.2 (#454798)

This commit is contained in:
Masum Reza
2025-10-28 17:16:44 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
pname = "async-profiler";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "jvm-profiling-tools";
repo = "async-profiler";
rev = "v${version}";
hash = "sha256-82aZK9y1Y5PaYtIG7FqnrbYU+bQ3nNzOCn+3lFzyeCA=";
hash = "sha256-y/MQgXoaJSwc6QjTPGQRFNyVoR1ENQ7rDmtCwR5F/oM=";
};
nativeBuildInputs = [ makeWrapper ];