Unverified Commit ee601074 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

yourkit-java: 2024.9-b164 -> 2025.3-b134 (#393919)

parents fb1273ac fa6c1b73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
let
  vPath = v: lib.elemAt (lib.splitString "-" v) 0;

  version = "2024.9-b164";
  version = "2025.3-b134";

  arches = {
    aarch64-linux = "arm64";
@@ -20,8 +20,8 @@ let
  arch = arches.${stdenvNoCC.targetPlatform.system} or (throw "Unsupported system");

  hashes = {
    arm64 = "sha256-tqo9QgIQUg6/OIoX0Cfr4srzPUoySEslNvfusR+IoyM=";
    x64 = "sha256-L+wj4bAABbo+4Lto+AGR+Aq4fKn26Hg2sN9ATcYhefg=";
    arm64 = "sha256-n6G04Gf+jIRfamo0B+EAfpNT0YDT0Mt9PTnxItlC06c=";
    x64 = "sha256-RHGJd3GkP2bA9c/fhfFd9JLFK90mqt5hCbZmN0Ht0jE=";
  };

  desktopItem = makeDesktopItem {
+1 −1
Original line number Diff line number Diff line
@@ -8928,7 +8928,7 @@ with pkgs;
  };
  yourkit-java = callPackage ../by-name/yo/yourkit-java/package.nix {
    jre = jdk17;
    jre = jdk21;
  };
  yq = python3.pkgs.toPythonApplication python3.pkgs.yq;