@@ -3,7 +3,6 @@ workspace(
33)
44
55load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
6- load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
76
87http_archive (
98 name = "EmbeddedSystemsBuildScripts" ,
@@ -43,21 +42,21 @@ http_archive(
4342http_archive (
4443 name = "LUFA" ,
4544 build_file = "@EmbeddedSystemsBuildScripts//:BUILD.LUFA" ,
45+ sha256 = "44294343284717ca63f07e7788680410a994a3c7f8ce27a784783bbfee09430e" ,
4646 strip_prefix = "lufa-LUFA-170418" ,
4747 urls = ["http://fourwalledcubicle.com/files/LUFA/LUFA-170418.zip" ],
48- sha256 = "44294343284717ca63f07e7788680410a994a3c7f8ce27a784783bbfee09430e" ,
4948)
5049
5150http_archive (
5251 name = "EmbeddedUtilities" ,
52+ sha256 = "49e7d2c02bf5bcc10afe94f1d8233f2f0601c7a166d38e32409e2312abf7950e" ,
5353 strip_prefix = "EmbeddedUtilities-0.3.2" ,
54- urls = ["https://github.com/es-ude/EmbeddedEmbeddedUtilities/archive/v0.3.1.tar.gz" ],
55- sha256 = "234c12e024bbd247bd4247b379eeca403ac7fab23a3bbb28df917508da37b40d" ,
54+ urls = ["https://github.com/es-ude/EmbeddedUtilities/archive/v0.3.2.tar.gz" ],
5655)
5756
5857http_archive (
5958 name = "PeripheralInterface" ,
59+ sha256 = "4f00ab56c6a7485ad813423c156cc6b895a68d3625a5c8e534a3be38aed5337d" ,
6060 strip_prefix = "PeripheralInterface-0.7.1" ,
6161 urls = ["https://github.com/es-ude/PeripheralInterface/archive/v0.7.1.tar.gz" ],
62- sha256 = "4f00ab56c6a7485ad813423c156cc6b895a68d3625a5c8e534a3be38aed5337d" ,
6362)
0 commit comments