upgrade yourkit
This commit is contained in:
parent
9b2e0d616f
commit
e779620861
@ -1,11 +1,11 @@
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yjp-${version}";
|
||||
version = "2017.02-b68";
|
||||
version = "2017.02-b75";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.yourkit.com/download/YourKit-JavaProfiler-${version}.zip";
|
||||
sha256 = "16awcg5vpac6la7dhjqk39phd14n0h8bh73pn3a8gp0zzms2417s";
|
||||
sha256 = "0m0xjyp2plwpfgy2fps86k3cqv49268s4piasyszc00gf5n5cban";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip makeWrapper patchelf ];
|
||||
|
Loading…
Reference in New Issue
Block a user