Skip to content

Commit

Permalink
fix: GH checks fail checksum when downloading glib
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaestro committed Nov 6, 2024
1 parent 9edaefe commit a254c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/third_party/glib/glib_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def glib_repositories():
name = "glib",
build_file = Label("//glib:BUILD.glib.bazel"),
strip_prefix = "glib-2.77.0",
sha256 = "1897fd8ad4ebb523c32fabe7508c3b0b039c089661ae1e7917df0956a320ac4d",
url = "https://download.gnome.org/sources/glib/2.77/glib-2.77.0.tar.xz",
sha256 = "d61839d9c7b2dd5676bda640ef2482746d896047dfca54a9ab6f877d919cee2f",
url = "https://github.com/GNOME/glib/archive/refs/tags/2.77.0.tar.gz",
)
maybe(
http_archive,
Expand Down

0 comments on commit a254c00

Please sign in to comment.