update yourkit

This commit is contained in:
Gabriel Ebner 2015-12-04 17:51:53 +01:00
parent c8c6de8f08
commit 46dba0740d

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