Skip to content

Commit 9205dcd

Browse files
committed
nerves_system_br: bump to v1.33.9
1 parent 7d17160 commit 9205dcd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on: [push]
77

88
env:
9-
OTP_VERSION: 28.4.1
9+
OTP_VERSION: 28.5.0.1
1010
ELIXIR_VERSION: 1.19.5-otp-28
1111
NERVES_BOOTSTRAP_VERSION: 1.15.0
1212

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule NervesSystemX8664.MixProject do
6565
defp deps do
6666
[
6767
{:nerves, "~> 1.11", runtime: false},
68-
{:nerves_system_br, "1.33.7", runtime: false},
68+
{:nerves_system_br, "1.33.9", runtime: false},
6969
{:nerves_toolchain_x86_64_nerves_linux_musl, "~> 13.2.0", runtime: false},
7070
{:nerves_system_linter, "~> 0.4", only: [:dev, :test], runtime: false},
7171
{:ex_doc, "~> 0.22", only: :docs, runtime: false}

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"makeup_erlang": {:hex, :makeup_erlang, "1.0.3", "4252d5d4098da7415c390e847c814bad3764c94a814a0b4245176215615e1035", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "953297c02582a33411ac6208f2c6e55f0e870df7f80da724ed613f10e6706afd"},
1111
"nerves": {:hex, :nerves, "1.14.1", "e9351f8eaf23073627a0eb8f0c6129825c553c672772da32a8d5b3b2b322ddcd", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:interactive_cmd, "~> 0.1.4", [hex: :interactive_cmd, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:nerves_discovery, "~> 0.1.2", [hex: :nerves_discovery, repo: "hexpm", optional: false]}, {:tablet, "~> 0.3.1", [hex: :tablet, repo: "hexpm", optional: false]}], "hexpm", "607260141a910d02ebeae5b8dc064e90625cfaa1047a874b96dec664e81c814c"},
1212
"nerves_discovery": {:hex, :nerves_discovery, "0.1.2", "9bf4b031cd13c00073cd2ee1053569ecc308da33a16a316997f59b0168c96300", [:mix], [], "hexpm", "87220c31e6de2919b81c9648bdaa647b1e8f67356475d295d7ecf08639ea294c"},
13-
"nerves_system_br": {:hex, :nerves_system_br, "1.33.7", "a5633e7b12189ab36cdff7b4a907ae8dedeeb15e032f70e45cd72f54c2ad39c4", [:mix], [], "hexpm", "76ce380d7c2fdedcb213332c67fc64e05fa50f5ecf06fa59fb472ae173843269"},
13+
"nerves_system_br": {:hex, :nerves_system_br, "1.33.9", "24a940ac5d5e897ec1613385780c39b6ae741190c72b8ccc4b3b27d968a93b02", [:mix], [], "hexpm", "b2fc802acc017fdc937d8b7f4eacaacedcdc5392a0868118d24938efbc2d6b09"},
1414
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.1", "9a06eaf2402f1becdc130c6ce0ce877dc5201315fa7994f3779ed940d5a0c475", [:mix], [], "hexpm", "11bb0edb5849bf0979b7921726728d2d68f2bc0d2173d30547e9308a6ad484a0"},
1515
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.10.0", "c6b35377a0b7a93633a8673a788f1580fe1fa06083374b0e4df36da65828d2ef", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "e4ae1a2b84de3502ecac195765819be0ce2834eb276553163a7c03133f1760f1"},
1616
"nerves_toolchain_x86_64_nerves_linux_musl": {:hex, :nerves_toolchain_x86_64_nerves_linux_musl, "13.2.0", "1896dc1576363e16276164cf350e98493a9b9b9391eafa94315a82adf97d94ea", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.10.0", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "be6214995b7ee181f9e8ebb4148312775c0a626b857f0bb4688d8efda8844cba"},

0 commit comments

Comments
 (0)