Skip to content

Commit

Permalink
Merge pull request #19 from amclain/br-1.22.2
Browse files Browse the repository at this point in the history
Update nerves_system_br to 1.22.2
  • Loading branch information
amclain authored Feb 18, 2023
2 parents 7b1a2cf + 5f3e960 commit abf3f86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.14.2-otp-25
erlang 25.2
elixir 1.14.3-otp-25
erlang 25.2.2
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule NervesSystemSAMA5D27WLSOM1EK.MixProject do
defp deps do
[
{:nerves, "~> 1.5.4 or >= 1.6.0", runtime: false},
{:nerves_system_br, "1.21.6", runtime: false},
{:nerves_system_br, "1.22.2", runtime: false},
{:nerves_toolchain_armv7_nerves_linux_gnueabihf, "~> 1.6.1", runtime: false},
{:nerves_system_linter, "~> 0.4", runtime: false},
{:ex_doc, "~> 0.29", only: [:dev, :test], runtime: false}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.16.0", "f8c570a0d33f8039513fbccaf7108c5d750f47d8defd44088371191b76492b0b", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "28b2cbdc13960a46ae9a8858c4bebdec3c9a6d7b4b9e7f4ed1502f8159f338e7"},
"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.9.1", "09cfd3589af81c4b1ac35179aee5f6d94bde36548a905c2d4d4efa9ff311222e", [:make, :mix], [{:castore, "~> 0.1", [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: true]}], "hexpm", "011409116923e1dbab250a6dc241ab529790163233c44e374ff352af72d09a56"},
"nerves_system_br": {:hex, :nerves_system_br, "1.21.6", "6ac86c98a0f88ebd85c64baafea5df10235a11a44175f2cecbd719dfe448e8ae", [:mix], [], "hexpm", "68dde182fed253abf1b88e0229ca873002863d5803257729fbeb0f349b4f56f9"},
"nerves_system_br": {:hex, :nerves_system_br, "1.22.2", "baf01bc6da438b2429cf05aa29d6cbf867cf634323fd71634c498a96236d7908", [:mix], [], "hexpm", "149f073766bb21daa9bcc1c60c4599aeee39005b8c820210c5c14ab334fd37c2"},
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.0", "81e9a6f5018fe5fb67d7b43a04dca36156f62b55b5554eb2fa3964d3889d09cd", [:mix], [], "hexpm", "b5bd8480ce7a6317f4601ff41fd2f594bdf76aff0bdf6dcfac571c3fa1ec5f82"},
"nerves_toolchain_armv7_nerves_linux_gnueabihf": {:hex, :nerves_toolchain_armv7_nerves_linux_gnueabihf, "1.6.1", "4014bc32142ef980e39af90e1377747095f3f3f8517e41815a23638ef1711702", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.9.0", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "20a529ce1ab54677f121ac97333cc6b7c32f75ebb4b83cee7e0934867d61bbb5"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.9.1", "89b4aa1eaa0ac2e248403ec85a5ff96f372cb4ddd2b327e76f953d0a2018e74e", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "5a9012b82c848626cfd00b69d104011fd1c5768c7b778d24f2caa3827c116b77"},
Expand Down

0 comments on commit abf3f86

Please sign in to comment.