|  | @@ -269,13 +269,13 @@ def grpc_deps():
 | 
	
		
			
				|  |  |          )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      if "libuv" not in native.existing_rules():
 | 
	
		
			
				|  |  | -       http_archive(
 | 
	
		
			
				|  |  | -           name = "zlib",
 | 
	
		
			
				|  |  | -           build_file = "@com_github_grpc_grpc//third_party:libuv.BUILD",
 | 
	
		
			
				|  |  | -           sha256 = "",
 | 
	
		
			
				|  |  | -           strip_prefix = "libuv-15ae750151ac9341e5945eb38f8982d59fb99201",
 | 
	
		
			
				|  |  | -           url = "https://github.com/libuv/libuv/archive/15ae750151ac9341e5945eb38f8982d59fb99201.tar.gz",
 | 
	
		
			
				|  |  | -       )
 | 
	
		
			
				|  |  | +        http_archive(
 | 
	
		
			
				|  |  | +            name = "libuv",
 | 
	
		
			
				|  |  | +            build_file = "@com_github_grpc_grpc//third_party:libuv.BUILD",
 | 
	
		
			
				|  |  | +            sha256 = "dfb4fe1ff0b47340978490a14bf253475159ecfcbad46ab2a350c78f9ce3360f",
 | 
	
		
			
				|  |  | +            strip_prefix = "libuv-15ae750151ac9341e5945eb38f8982d59fb99201",
 | 
	
		
			
				|  |  | +            url = "https://github.com/libuv/libuv/archive/15ae750151ac9341e5945eb38f8982d59fb99201.tar.gz",
 | 
	
		
			
				|  |  | +        )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      grpc_python_deps()
 | 
	
		
			
				|  |  |  
 |