upgrade yourkit

This commit is contained in:
Gabriel Ebner 2018-08-22 21:16:41 +02:00
parent 9b2e0d616f
commit e779620861
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 = "2017.02-b68"; version = "2017.02-b75";
src = fetchurl { src = fetchurl {
url = "https://www.yourkit.com/download/YourKit-JavaProfiler-${version}.zip"; url = "https://www.yourkit.com/download/YourKit-JavaProfiler-${version}.zip";
sha256 = "16awcg5vpac6la7dhjqk39phd14n0h8bh73pn3a8gp0zzms2417s"; sha256 = "0m0xjyp2plwpfgy2fps86k3cqv49268s4piasyszc00gf5n5cban";
}; };
nativeBuildInputs = [ unzip makeWrapper patchelf ]; nativeBuildInputs = [ unzip makeWrapper patchelf ];