File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ def rules_haskell_dependencies():
184184 http_archive ,
185185 name = "rules_pkg" ,
186186 urls = [
187- "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.1 .0/rules_pkg-1.1 .0.tar.gz" ,
188- "https://github.com/bazelbuild/rules_pkg/releases/download/1.1 .0/rules_pkg-1.1 .0.tar.gz" ,
187+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.2 .0/rules_pkg-1.2 .0.tar.gz" ,
188+ "https://github.com/bazelbuild/rules_pkg/releases/download/1.2 .0/rules_pkg-1.2 .0.tar.gz" ,
189189 ],
190- sha256 = "b7215c636f22c1849f1c3142c72f4b954bb12bb8dcf3cbe229ae6e69cc6479db " ,
190+ sha256 = "b5c9184a23bb0bcff241981fd9d9e2a97638a1374c9953bb1808836ce711f990 " ,
191191 )
192192
193193 # For --incompatible_disable_starlark_host_transitions support (default in bazel 7)
You can’t perform that action at this time.
0 commit comments