File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2020
2121http_archive (
2222    name  =  "helly25_bzl" ,
23-     sha256  =  "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206 " ,
24-     strip_prefix  =  "bzl-0.1.2 " ,
25-     url  =  "https://github.com/helly25/bzl/releases/download/0.1.2 /bzl-0.1.2 .tar.gz" ,
23+     sha256  =  "3f1c99c6cf231691000f840acad0a45c7a7a6f6e3e126df96173e279ce2fcce5 " ,
24+     strip_prefix  =  "bzl-0.3.0 " ,
25+     url  =  "https://github.com/helly25/bzl/releases/download/0.3.0 /bzl-0.3.0 .tar.gz" ,
2626)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def bazel_toolchain_dependencies():
4848    if  not  native .existing_rule ("helly25_bzl" ):
4949        http_archive (
5050            name  =  "helly25_bzl" ,
51-             strip_prefix  =  "bzl-0.1.2 " ,
52-             url  =  "https://github.com/helly25/bzl/releases/download/0.1.2 /bzl-0.1.2 .tar.gz" ,
53-             sha256  =  "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206 " ,
51+             strip_prefix  =  "bzl-0.3.0 " ,
52+             url  =  "https://github.com/helly25/bzl/releases/download/0.3.0 /bzl-0.3.0 .tar.gz" ,
53+             sha256  =  "3f1c99c6cf231691000f840acad0a45c7a7a6f6e3e126df96173e279ce2fcce5 " ,
5454        )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments