about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-29 18:54:39 -0500
committerGitHub <noreply@github.com>2022-11-29 18:54:39 -0500
commita30be0f1913f41c82d5ebe11e8c10dcc0ff51449 (patch)
treef55e5f5b3cadba4a14ca0f6137dbc13b622e23a4 /pkgs/development/tools
parenta5ea1383662ee7ff4e68d058a7604422240e23a2 (diff)
parentdf1d517b3ea690dcb1f0214fafcfc7bc23e13d79 (diff)
Merge pull request #203364 from r-ryantm/auto-update/async-profiler
async-profiler: 2.8.3 -> 2.9
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/async-profiler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/async-profiler/default.nix b/pkgs/development/tools/async-profiler/default.nix
index cdb1f86f8c9ce..57bb70c1dff1f 100644
--- a/pkgs/development/tools/async-profiler/default.nix
+++ b/pkgs/development/tools/async-profiler/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "async-profiler";
-  version = "2.8.3";
+  version = "2.9";
 
   src = fetchFromGitHub {
     owner = "jvm-profiling-tools";
     repo = "async-profiler";
     rev = "v${version}";
-    sha256 = "sha256-25C3V3BVQ4YnuccW9o4LeS51V9542Jk3QYfoWNIbiBQ=";
+    sha256 = "sha256-ngLUg6Fq6Ay06klGa/y8lod8W6rYMqhMhXFn5OBCSpk=";
   };
 
   nativeBuildInputs = [ makeWrapper ];