Merge pull request #203364 from r-ryantm/auto-update/async-profiler

async-profiler: 2.8.3 -> 2.9

authored by

Mario Rodas and committed by
GitHub
a30be0f1 a5ea1383

+2 -2
+2 -2
pkgs/development/tools/async-profiler/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "async-profiler"; 5 - version = "2.8.3"; 5 + version = "2.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "jvm-profiling-tools"; 9 9 repo = "async-profiler"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-25C3V3BVQ4YnuccW9o4LeS51V9542Jk3QYfoWNIbiBQ="; 11 + sha256 = "sha256-ngLUg6Fq6Ay06klGa/y8lod8W6rYMqhMhXFn5OBCSpk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];