Skip to content

Commit b101037

Browse files
committed
nerves_system_br: bump to v1.31.5
1 parent 467ea75 commit b101037

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push]
44

55
env:
6-
OTP_VERSION: 27.3.4
6+
OTP_VERSION: 27.3.4.2
77
ELIXIR_VERSION: 1.18.4-otp-27
88
NERVES_BOOTSTRAP_VERSION: 1.13.1
99

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule NervesSystemVultr.MixProject do
6565
defp deps do
6666
[
6767
{:nerves, "~> 1.11", runtime: false},
68-
{:nerves_system_br, "1.31.3", runtime: false},
68+
{:nerves_system_br, "1.31.5", 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
@@ -8,7 +8,7 @@
88
"makeup_elixir": {:hex, :makeup_elixir, "1.0.1", "e928a4f984e795e41e3abd27bfc09f51db16ab8ba1aebdba2b3a575437efafc2", [: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", "7284900d412a3e5cfd97fdaed4f5ed389b8f2b4cb49efc0eb3bd10e2febf9507"},
99
"makeup_erlang": {:hex, :makeup_erlang, "1.0.2", "03e1804074b3aa64d5fad7aa64601ed0fb395337b982d9bcf04029d68d51b6a7", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "af33ff7ef368d5893e4a267933e7744e46ce3cf1f61e2dccf53a111ed3aa3727"},
1010
"nerves": {:hex, :nerves, "1.11.3", "437aa0a961ff8583e7f377342662495cdb90af42a473ae4d76449917bd12c386", [: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", "ef2076e0c0cb2c95421d12fd9069942c0ad73f3c77c0d6bb2cfb18972dacf675"},
11-
"nerves_system_br": {:hex, :nerves_system_br, "1.31.3", "2df60db8d0bccc680c0cb5b01a25a241cc77ac767c73309c9df01041269c944e", [:mix], [], "hexpm", "85f5334933c364e7b94cc5e4878362e7c0a2fd6b387da0954803fdc17e50c31c"},
11+
"nerves_system_br": {:hex, :nerves_system_br, "1.31.5", "3706ac5a51cda3ae04291ff2b65bba3e77ed9bf9b57f2a1d03443c9ba11bf78d", [:mix], [], "hexpm", "d461eb34b95f0a99fd9806769e164cb2de3d3ac68fd08a21dfa52dd6cc11ce51"},
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_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)