Skip to content

Commit

Permalink
Update dependency with_cfg.bzl to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lalten committed Jul 23, 2024
1 parent 714efaa commit 9b66594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(name = "squashfs-tools", version = "4.6.1")
bazel_dep(name = "zstd", version = "1.5.6")

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.2.4", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.3.0", dev_dependency = True)

rules_appimage = use_extension("//:extensions.bzl", "appimage_ext_dependencies")
use_repo(
Expand Down
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def rules_appimage_development_deps():
maybe(
http_archive,
name = "with_cfg.bzl",
sha256 = "2361266489cf028061b8a1495d1b1e1a4786b8ea0006cf2a7359837c93fabc7a",
strip_prefix = "with_cfg.bzl-0.2.3",
url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.2.3/with_cfg.bzl-v0.2.3.tar.gz",
sha256 = "b52ed07d9126df79360513110071c37df905f66230eba67b7f2de4d5f7ffa0d1",
strip_prefix = "with_cfg.bzl-0.3.0",
url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.3.0/with_cfg.bzl-v0.3.0.tar.gz",
)

0 comments on commit 9b66594

Please sign in to comment.