File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ bazel_dep(
3737bazel_dep (
3838 name = "com_github_rabbitmq_looking_glass" ,
3939 version = "0.2.1" ,
40- repo_name = "looking_glass" ,
4140 dev_dependency = True ,
41+ repo_name = "looking_glass" ,
4242)
4343
4444erlang_config = use_extension (
@@ -48,8 +48,8 @@ erlang_config = use_extension(
4848
4949erlang_config .internal_erlang_from_github_release (
5050 name = "24" ,
51- sha256 = "0e63cd975f126ae9f17c36062d63e8629bb984e013b18a8a13ad634035dc414f " ,
52- version = "24.3.4.11 " ,
51+ sha256 = "0361252c3efb600d60033c15f2a6d97c552ce0272719f7b23af11304bee2d69c " ,
52+ version = "24.3.4.12 " ,
5353)
5454
5555erlang_config .internal_erlang_from_github_release (
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ http_file(
7272
7373http_file (
7474 name = "otp_src_24" ,
75- downloaded_file_path = "OTP-24.3.4.11 .tar.gz" ,
76- sha256 = "b9995e1453d22188ad2ba9c98a789a153399b38ea00e6f9a953b8bd5f26a282b " ,
77- urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.11 .tar.gz" ],
75+ downloaded_file_path = "OTP-24.3.4.12 .tar.gz" ,
76+ sha256 = "d23efcca0da33ab9df5ff9efece60e90b85b8ed1815bf202b4c6d77700cfc940 " ,
77+ urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.12 .tar.gz" ],
7878)
7979
8080http_file (
@@ -128,8 +128,8 @@ erlang_config(
128128 ),
129129 internal_erlang_from_github_release (
130130 name = "24" ,
131- sha256 = "0e63cd975f126ae9f17c36062d63e8629bb984e013b18a8a13ad634035dc414f " ,
132- version = "24.3.4.11 " ,
131+ sha256 = "0361252c3efb600d60033c15f2a6d97c552ce0272719f7b23af11304bee2d69c " ,
132+ version = "24.3.4.12 " ,
133133 ),
134134 internal_erlang_from_github_release (
135135 name = "25_0" ,
You can’t perform that action at this time.
0 commit comments