Update YourKit.

This commit is contained in:
Gabriel Ebner 2016-07-22 13:51:04 +02:00
parent 3613c12b47
commit c709ace2e7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "yjp-${version}";
version = "2016.02-b38";
version = "2016.02-b40";
src = fetchurl {
url = "https://www.yourkit.com/download/${name}.zip";
sha256 = "1467nkgxibs0i5sazjw8kvp1bf2p50vgcrl6cfjnv6gm64w2hgsa";
sha256 = "13kpw6wsc9rpy2pqh1a3fz52qdw1yschn51w3xz35s5g6i8f58fj";
};
nativeBuildInputs = [ unzip makeWrapper patchelf ];