Skip to content

Commit

Permalink
Fix hash sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Jan 11, 2024
1 parent 8a8b716 commit 647f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_qt.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fetch_qt6():
urls = [
"https://vertexwahn.de/lfs/v1/qt_6.6.1_linux_desktop_gcc_64.tar.xz",
],
sha256 = "809919895e2ac0567df9290676d4ec6cd1ed39c432dc5da0722b3104681fd376",
sha256 = "e782dcd5e6778088d03c1dedecccaca8df5d60a54efbdca121a5f969a88638f0",
strip_prefix = "6.6.1/gcc_64",
build_file = "@rules_qt//:qt_linux_x86_64.BUILD",
)
Expand Down

0 comments on commit 647f5e1

Please sign in to comment.