From 771c914b7ba8fb35ad7dbe994126ef355573e8ad Mon Sep 17 00:00:00 2001 From: Jiaming Liu Date: Wed, 6 Apr 2022 18:14:13 +0800 Subject: [PATCH] Bazel: updated sha256 after the 0.0.4 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a52124..3983a52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_github_storypku_bazel_iwyu", strip_prefix = "bazel_iwyu-0.0.4", - sha256 = "TODO", + sha256 = "f20ea80d803b9ffd8a8275807748ebf3c8eafcfb2b23db4ceede9dd6d3641ebe", urls = [ "https://github.com/storypku/bazel_iwyu/archive/0.0.4.tar.gz", ],