yourkit-java: 2024.9-b164 -> 2025.3-b134

This commit is contained in:
R. Ryantm
2025-04-07 22:27:19 +02:00
committed by Weijia Wang
parent 0fc64cf55b
commit fa6c1b73b3
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
View File
@@ -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;