Skip to content

Commit f1e55e6

Browse files
committed
Adding SHA hash to .NET Bazel rules package
1 parent 7aa8caf commit f1e55e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pinned_maven_install()
112112

113113
http_archive(
114114
name = "d2l_rules_csharp",
115-
#sha256 = "7b2a83621049904b6e898ffdbe7893a5b410aedf599d63f127ef81eac839b6c1",
115+
sha256 = "7b2a83621049904b6e898ffdbe7893a5b410aedf599d63f127ef81eac839b6c1",
116116
strip_prefix = "rules_csharp-bf24e589bbadcc20f15a16e13f577a0abd42a1d1",
117117
urls = [
118118
"https://github.com/Brightspace/rules_csharp/archive/bf24e589bbadcc20f15a16e13f577a0abd42a1d1.tar.gz",

0 commit comments

Comments
 (0)