async-profiler: 4.0 -> 4.1

This commit is contained in:
R. Ryantm 2025-07-25 21:21:13 +00:00
parent 33d3d008a8
commit b5dbe95cb2

View File

@ -8,13 +8,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "async-profiler"; pname = "async-profiler";
version = "4.0"; version = "4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jvm-profiling-tools"; owner = "jvm-profiling-tools";
repo = "async-profiler"; repo = "async-profiler";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4S5Lbhqu2V7TzrbFf3G3G4OEYLU6w5lcgUl49k9YqSA="; hash = "sha256-82aZK9y1Y5PaYtIG7FqnrbYU+bQ3nNzOCn+3lFzyeCA=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];