Unverified Commit e62c115e authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

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

parents fb30959a c65ffed0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];