yourkit-java: 2024.3-b150 -> 2024.3-b154

This commit is contained in:
Guanpeng Xu
2024-06-05 14:50:14 -07:00
parent 0467bb79a0
commit 9ced299140
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
let
vPath = v: lib.elemAt (lib.splitString "-" v) 0;
version = "2024.3-b150";
version = "2024.3-b154";
arches = {
aarch64-linux = "arm64";
@@ -19,8 +19,8 @@ let
arch = arches.${stdenv.targetPlatform.system} or (throw "Unsupported system");
hashes = {
arm64 = "sha256-a5l6/y2UTSjiYSvHurwZfCJRHBFNhrG6+lzsOLyxCDE=";
x64 = "sha256-U40vYQe7vE5TKe8t+Psm2jauWuIRvKg56nObbX4tuFE=";
arm64 = "sha256-r3DZtiuFhQcnkxhhm8mPibisGvDxn9AgNdX9S5HY9I4=";
x64 = "sha256-FtdukBezXXbFK+jLPjGdMGzesmWff1UKjev2JDIjP9M=";
};
desktopItem = makeDesktopItem {
+2 -1
View File
@@ -22,7 +22,8 @@ function retrieve_latest_version () {
function calc_hash () {
local version=$1
local url=$2
nix-prefetch "{ stdenv, fetchzip }:
nix-prefetch --option extra-experimental-features flakes \
"{ stdenv, fetchzip }:
stdenv.mkDerivation {
pname = \"yourkit-java-source\";
version = \"$version\";