Skip to content

Commit

Permalink
fix: update Skylib hash
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
dgp1130 authored and alexeagle committed Aug 23, 2021
1 parent 1274c59 commit 010d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def fetch_dependencies():
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
],
sha256 = "275744d287af4c3a78d7c9891f2d970b7bc7eca8cfc0e9a671fe6258d09ff217",
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
)`
let workspaceContent = `# Bazel workspace created by @bazel/create 0.0.0-PLACEHOLDER
Expand Down

0 comments on commit 010d12f

Please sign in to comment.