Skip to content

Commit 010d12f

Browse files
dgp1130alexeagle
authored andcommitted
fix: update Skylib hash
Skylib appears to be using the same hash as `rules_nodejs`, which definitely isn't right. Updated to use the hash referenced in [Skylib's 1.0.3 release notes](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.0.3).
1 parent 1274c59 commit 010d12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def fetch_dependencies():
168168
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
169169
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
170170
],
171-
sha256 = "275744d287af4c3a78d7c9891f2d970b7bc7eca8cfc0e9a671fe6258d09ff217",
171+
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
172172
)`
173173
let workspaceContent = `# Bazel workspace created by @bazel/create 0.0.0-PLACEHOLDER
174174

0 commit comments

Comments
 (0)