Skip to content

Commit 4ac4dfc

Browse files
committed
nerves_system_br: bump to v1.28.1
1 parent 63c3004 commit 4ac4dfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exec: &exec
22
name: build-tools/nerves-system-br
3-
version: 1.28.0
4-
elixir: 1.17.1-otp-27
3+
version: 1.28.1
4+
elixir: 1.17.2-otp-27
55

66
version: 2.1
77

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defmodule NervesSystemMangopiMQPro.MixProject do
6767
defp deps do
6868
[
6969
{:nerves, "~> 1.11", runtime: false},
70-
{:nerves_system_br, "1.28.0", runtime: false},
70+
{:nerves_system_br, "1.28.1", runtime: false},
7171
{:nerves_toolchain_riscv64_nerves_linux_gnu, "~> 13.2.0", runtime: false},
7272
{:nerves_system_linter, "~> 0.4", only: [:dev, :test], runtime: false},
7373
{:ex_doc, "~> 0.22", only: :docs, runtime: false}

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"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"},
99
"makeup_erlang": {:hex, :makeup_erlang, "1.0.0", "6f0eff9c9c489f26b69b61440bf1b238d95badae49adac77973cbacae87e3c2e", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "ea7a9307de9d1548d2a72d299058d1fd2339e3d398560a0e46c27dab4891e4d2"},
1010
"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"},
11-
"nerves_system_br": {:hex, :nerves_system_br, "1.28.0", "9570b9c8b73446c9afe6a2b5c5b485066197112e11707ce989eecd6cb72ed392", [:mix], [], "hexpm", "9d9723309260b280798e384f6c8fdf2e202fd28976ee87c21a13e86364fd3d73"},
11+
"nerves_system_br": {:hex, :nerves_system_br, "1.28.1", "2bef4d7f6343a1ed80c89984eb4b7b6f640f2d6c079f8d575d5100bf7882863b", [:mix], [], "hexpm", "67d85e381eda2b831585385c2f033c1f1433fcaee8f5818d19618191d5fbae13"},
1212
"nerves_system_linter": {:hex, :nerves_system_linter, "0.4.0", "81e9a6f5018fe5fb67d7b43a04dca36156f62b55b5554eb2fa3964d3889d09cd", [:mix], [], "hexpm", "b5bd8480ce7a6317f4601ff41fd2f594bdf76aff0bdf6dcfac571c3fa1ec5f82"},
1313
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.10.0", "c6b35377a0b7a93633a8673a788f1580fe1fa06083374b0e4df36da65828d2ef", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "e4ae1a2b84de3502ecac195765819be0ce2834eb276553163a7c03133f1760f1"},
1414
"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"},

0 commit comments

Comments
 (0)