Update yourkit version.

This commit is contained in:
Gabriel Ebner 2015-09-01 07:39:35 +02:00
parent 43bb60f2a5
commit 8877362dc4
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 = "2015-build-15062";
version = "2015-build-15074";
src = fetchzip {
url = "https://www.yourkit.com/download/${name}.zip";
sha256 = "0dwfha6vid4nq21zm74v248yr83wpjfs1dd7ga8gykbs4insp66q";
sha256 = "05cng6ddm4dr3hdbxajm7dif3yahb0csqb217ii4n8dpfi2ay3d3";
};
nativeBuildInputs = [ unzip makeWrapper patchelf ];