async-profiler: 4.1 -> 4.2

This commit is contained in:
R. Ryantm
2025-10-23 06:47:11 +00:00
parent fedf897f2a
commit c65ffed080
+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 ];