Skip to content

Commit

Permalink
nerves_system_br: bump to v1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 8, 2024
1 parent 63c3004 commit 4ac4dfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exec: &exec
name: build-tools/nerves-system-br
version: 1.28.0
elixir: 1.17.1-otp-27
version: 1.28.1
elixir: 1.17.2-otp-27

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 @@ -67,7 +67,7 @@ defmodule NervesSystemMangopiMQPro.MixProject do
defp deps do
[
{:nerves, "~> 1.11", runtime: false},
{:nerves_system_br, "1.28.0", runtime: false},
{:nerves_system_br, "1.28.1", runtime: false},
{:nerves_toolchain_riscv64_nerves_linux_gnu, "~> 13.2.0", 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 @@ -8,7 +8,7 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.16.2", "627e84b8e8bf22e60a2579dad15067c755531fea049ae26ef1020cad58fe9578", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "41193978704763f6bbe6cc2758b84909e62984c7752b3784bd3c218bb341706b"},
"makeup_erlang": {:hex, :makeup_erlang, "1.0.0", "6f0eff9c9c489f26b69b61440bf1b238d95badae49adac77973cbacae87e3c2e", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "ea7a9307de9d1548d2a72d299058d1fd2339e3d398560a0e46c27dab4891e4d2"},
"nerves": {:hex, :nerves, "1.11.0", "d2ffd3a1e1107de5552489f774107c1a40409cf88e1f1b8b2a62412f66973d7e", [:make, :mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "53b48366a92d18019d7524e1f310db3bdc0a023dc0dff4f88800406e43e40860"},
"nerves_system_br": {:hex, :nerves_system_br, "1.28.0", "9570b9c8b73446c9afe6a2b5c5b485066197112e11707ce989eecd6cb72ed392", [:mix], [], "hexpm", "9d9723309260b280798e384f6c8fdf2e202fd28976ee87c21a13e86364fd3d73"},
"nerves_system_br": {:hex, :nerves_system_br, "1.28.1", "2bef4d7f6343a1ed80c89984eb4b7b6f640f2d6c079f8d575d5100bf7882863b", [:mix], [], "hexpm", "67d85e381eda2b831585385c2f033c1f1433fcaee8f5818d19618191d5fbae13"},
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.0", "81e9a6f5018fe5fb67d7b43a04dca36156f62b55b5554eb2fa3964d3889d09cd", [:mix], [], "hexpm", "b5bd8480ce7a6317f4601ff41fd2f594bdf76aff0bdf6dcfac571c3fa1ec5f82"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.10.0", "c6b35377a0b7a93633a8673a788f1580fe1fa06083374b0e4df36da65828d2ef", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "e4ae1a2b84de3502ecac195765819be0ce2834eb276553163a7c03133f1760f1"},
"nerves_toolchain_riscv64_nerves_linux_gnu": {:hex, :nerves_toolchain_riscv64_nerves_linux_gnu, "13.2.0", "a0b14d8afe512e79d3774e49fcc0fed06e43346ddfa6966bc51106b35ade2ce0", [:mix], [{:nerves, "~> 1.4", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.10.0", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "a77396ee4560cd20d71d7e9c17a7056186a9e0fbd62a541ef4a78fddf8cb9171"},
Expand Down

0 comments on commit 4ac4dfc

Please sign in to comment.