yourkit-java: 2025.3-b153 -> 2025.3-b154

This commit is contained in:
R. Ryantm
2025-08-16 13:15:06 +00:00
parent a34f89140e
commit 277ca5fa9f
+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 {