yourkit-java: 2025.3-b154 -> 2025.9-b161

This commit is contained in:
R. Ryantm
2025-10-07 09:35:35 +00:00
parent f15bc496e5
commit d0c091bca3
+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 {