yourkit-java: 2025.3-b153 -> 2025.3-b154 (#434234)

This commit is contained in:
Weijia Wang
2025-08-23 16:58:42 +02:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
let
vPath = v: lib.elemAt (lib.splitString "-" v) 0;
version = "2025.3-b153";
version = "2025.3-b154";
arches = {
aarch64-linux = "arm64";
@@ -20,8 +20,8 @@ let
arch = arches.${stdenvNoCC.targetPlatform.system} or (throw "Unsupported system");
hashes = {
arm64 = "sha256-DKpNFv5nuxdIUjgM/+LyVweV0B6SfCojcWfsAkoMH6w=";
x64 = "sha256-9CSCJaISxdc7lwZUxyO8gmkxuuvKMb3I9G0ftYfYY7c=";
arm64 = "sha256-X9YQy12rfTWOVKX2ufmS4GxLGp/I6jhZAZyRBfLuOuk=";
x64 = "sha256-BuEfpMEgkOcbUra6eT/sTiVhXpheMaCe55M/CuG0kHE=";
};
desktopItem = makeDesktopItem {