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