Skip to content

Commit

Permalink
Update dependency with_cfg.bzl to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lalten committed Jul 24, 2024
1 parent 0f2c0bd commit 4b36758
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.3.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.4.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 = "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",
sha256 = "c8a28c2bc635270c5ca76e47fa5dd75a0ab3cd76e9fb837a76b8006a5a92a7a6",
strip_prefix = "with_cfg.bzl-0.4.0",
url = "https://github.com/fmeum/with_cfg.bzl/releases/download/v0.4.0/with_cfg.bzl-v0.4.0.tar.gz",
)

0 comments on commit 4b36758

Please sign in to comment.