tweag / rules_nixpkgs

Rules for importing Nixpkgs packages into Bazel.
Apache License 2.0
285 stars 80 forks source link

chore(deps): update dependency rules_pkg to v1.0.1 #563

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_pkg http_archive patch 1.0.0 -> 1.0.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_pkg (rules_pkg) ### [`v1.0.1`](https://togithub.com/bazelbuild/rules_pkg/releases/tag/1.0.1) [Compare Source](https://togithub.com/bazelbuild/rules_pkg/compare/1.0.0...1.0.1) This is the same as the 1.0.0 release, but with the compatibility level set back to 1 to work around [https://github.com/bazelbuild/bazel-central-registry/issues/2232](https://togithub.com/bazelbuild/bazel-central-registry/issues/2232) **MODULE.bazel setup** bazel_dep(name = "rules_pkg", version = "1.0.1") **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz", ], sha256 = "d20c951960ed77cb7b341c2a59488534e494d5ad1d30c4818c736d57772a9fef", ) load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.