yourkit-java: 2025.3-b154 -> 2025.9-b161 (#449440)

This commit is contained in:
Weijia Wang
2025-10-25 09:56:10 +00:00
committed by GitHub
+3 -3
View File
@@ -12,7 +12,7 @@ let
vPath = v: lib.elemAt (lib.splitString "-" v) 0;
version = "2025.3-b154";
version = "2025.9-b161";
arches = {
aarch64-linux = "arm64";
@@ -22,8 +22,8 @@ let
arch = arches.${stdenvNoCC.targetPlatform.system} or (throw "Unsupported system");
hashes = {
arm64 = "sha256-X9YQy12rfTWOVKX2ufmS4GxLGp/I6jhZAZyRBfLuOuk=";
x64 = "sha256-BuEfpMEgkOcbUra6eT/sTiVhXpheMaCe55M/CuG0kHE=";
arm64 = "sha256-8fBe6evrCdbobx7tvWw+zqKBSLrnksib/EQmskmKiZc=";
x64 = "sha256-h+8BHW6Y1Km2iHyONA4DPyUWxrA9R66322lPFBz/bGw=";
};
desktopItem = makeDesktopItem {