update yourkit version

This commit is contained in:
Gabriel Ebner 2015-12-05 12:33:08 +01:00
parent 13af28c9b4
commit 158df3dd8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yjp-${version}"; name = "yjp-${version}";
version = "2015-build-15078"; version = "2015-build-15082";
src = fetchzip { src = fetchzip {
url = "https://www.yourkit.com/download/${name}.zip"; url = "https://www.yourkit.com/download/${name}.zip";
sha256 = "0xfcl09685ws51q6hwrli7w69r9ky79q6d1gm5zz1llx6bdvmfmj"; sha256 = "1szwzqyn7mj12wibjsrh02fibgr7wa2rbyp1mhzdzm5hjs49vn2r";
}; };
nativeBuildInputs = [ unzip makeWrapper patchelf ]; nativeBuildInputs = [ unzip makeWrapper patchelf ];