Skip to content

Commit 4e57c74

Browse files
Bump nerves_system_br to v1.3.2
1 parent ba1a0a4 commit 4e57c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule NervesSystemEv3.MixProject do
4848
defp deps do
4949
[
5050
{:nerves, "~> 1.0", runtime: false},
51-
{:nerves_system_br, "1.3.0", runtime: false},
51+
{:nerves_system_br, "1.3.2", runtime: false},
5252
{:nerves_toolchain_armv5tejl_unknown_linux_musleabi, "1.0.0", runtime: false},
5353
{:nerves_system_linter, "~> 0.3.0", runtime: false},
5454
{:ex_doc, "~> 0.18", only: :dev}

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"earmark": {:hex, :earmark, "1.2.5", "4d21980d5d2862a2e13ec3c49ad9ad783ffc7ca5769cf6ff891a4553fbaae761", [:mix], [], "hexpm"},
44
"ex_doc": {:hex, :ex_doc, "0.18.3", "f4b0e4a2ec6f333dccf761838a4b253d75e11f714b85ae271c9ae361367897b7", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
55
"nerves": {:hex, :nerves, "1.0.1", "06e311584bf346622afc37ffd6f0eb581288c918ed71b8a7a14f230062eabf31", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
6-
"nerves_system_br": {:hex, :nerves_system_br, "1.3.0", "bb4956481dd8f9a13b5d8ff2c86cf91c529e89ddd482fccf597592aadeebc130", [:mix], [], "hexpm"},
6+
"nerves_system_br": {:hex, :nerves_system_br, "1.3.2", "e8d617095ebc015f45065965a951d62805bdea2535a774189a705f8385e9d756", [:mix], [], "hexpm"},
77
"nerves_system_linter": {:hex, :nerves_system_linter, "0.3.0", "84e0f63c8ac196b16b77608bbe7df66dcf352845c4e4fb394bffd2b572025413", [:mix], [], "hexpm"},
88
"nerves_toolchain_armv5tejl_unknown_linux_musleabi": {:hex, :nerves_toolchain_armv5tejl_unknown_linux_musleabi, "1.0.0", "c0abf2fd0a00074ca427cc6fbbe3d34e182807f51cd62aceda163d5b4c518c78", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.4", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm"},
99
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},

0 commit comments

Comments
 (0)