Update YourKit.
This commit is contained in:
parent
3613c12b47
commit
c709ace2e7
@ -1,11 +1,11 @@
|
|||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yjp-${version}";
|
name = "yjp-${version}";
|
||||||
version = "2016.02-b38";
|
version = "2016.02-b40";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.yourkit.com/download/${name}.zip";
|
url = "https://www.yourkit.com/download/${name}.zip";
|
||||||
sha256 = "1467nkgxibs0i5sazjw8kvp1bf2p50vgcrl6cfjnv6gm64w2hgsa";
|
sha256 = "13kpw6wsc9rpy2pqh1a3fz52qdw1yschn51w3xz35s5g6i8f58fj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip makeWrapper patchelf ];
|
nativeBuildInputs = [ unzip makeWrapper patchelf ];
|
||||||
|
Loading…
Reference in New Issue
Block a user