diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 5cb9099ddf8b..ddf8a30a8a96 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1065,12 +1065,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Packaging rules for Bazel", project_desc = "Bazel rules for the packaging distributions", project_url = "https://github.com/bazelbuild/rules_pkg", - version = "0.10.1", - sha256 = "d330dbe3e3004241ddb9b377416ffc5c823e3e2c08c0d56a7e1935499e7f8577", + version = "1.0.0", + sha256 = "cc1d6f58eb9bc2bfad247b20f07725dda2d6b119b62b11f1dab9a094a24222e6", strip_prefix = "rules_pkg-{version}", urls = ["https://github.com/bazelbuild/rules_pkg/archive/{version}.tar.gz"], use_category = ["build"], - release_date = "2024-02-08", + release_date = "2024-06-03", license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_pkg/blob/{version}/LICENSE", ),