Skip to content

Commit

Permalink
nerves_system_br: bump to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 6, 2021
1 parent 2e29adb commit 370cc8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exec: &exec
name: build-tools/nerves-system-br
version: 1.16.0
version: 1.16.1
elixir: 1.12.1-otp-24

version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule NervesSystemX8664.MixProject do
defp deps do
[
{:nerves, "~> 1.5.4 or ~> 1.6.0 or ~> 1.7.4", runtime: false},
{:nerves_system_br, "1.16.0", runtime: false},
{:nerves_system_br, "1.16.1", runtime: false},
{:nerves_toolchain_x86_64_nerves_linux_musl, "~> 1.4.3", runtime: false},
{:nerves_system_linter, "~> 0.4", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.22", only: :docs, runtime: false}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.15.1", "b5888c880d17d1cc3e598f05cdb5b5a91b7b17ac4eaf5f297cb697663a1094dd", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "db68c173234b07ab2a07f645a5acdc117b9f99d69ebf521821d89690ae6c6ec8"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"},
"nerves": {:hex, :nerves, "1.7.8", "91bd11c20600503cedce288a13eecf1c9b8653921fdd88715a2e4e09456b4c18", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "af9b6b1e19e4187a79aa925c03d576e7f1cf03cd6fbf09a7d9ded7d3422c591a"},
"nerves_system_br": {:hex, :nerves_system_br, "1.16.0", "0d807de02b1e2bef1bdbdd04517fb22adcdc6e2ba84ff2e1569ceaf1478d3b96", [:mix], [], "hexpm", "23183ad49b463bec6901567b59c79c3f1dbe7962ef85530dddf3633f3f6f3522"},
"nerves_system_br": {:hex, :nerves_system_br, "1.16.1", "2e86dd7511d6fc974bf425cb335eaa9cb59292ecd42e63805f58560cccb04375", [:mix], [], "hexpm", "ca7147d2cae703aea26c4d399dde9a6373b9eac925dcd091440d10345267457a"},
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.0", "81e9a6f5018fe5fb67d7b43a04dca36156f62b55b5554eb2fa3964d3889d09cd", [:mix], [], "hexpm", "b5bd8480ce7a6317f4601ff41fd2f594bdf76aff0bdf6dcfac571c3fa1ec5f82"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.8.4", "2f6b4153e3904502d117f9d957c12eaafd490e1d2bdf20a85328ada46a1350da", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "6194be9b1364fdc1db6b2a0e98fa8dcb94fe1af373dcf8149298d62ce9b1b369"},
"nerves_toolchain_x86_64_nerves_linux_musl": {:hex, :nerves_toolchain_x86_64_nerves_linux_musl, "1.4.3", "2fb6fd7e618afb0bc2f3114bd316381229b288d7a2f392ea3538359717cd5263", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.8.4", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "bdb044a2be8fe99d7b2606e478c64051b4a4cac6a4b69a617f0438a20e480a7c"},
Expand Down

0 comments on commit 370cc8a

Please sign in to comment.