Skip to content

Commit

Permalink
nerves_system_br v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 10, 2017
1 parent 66ddbac commit 73af17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule NervesSystemLinkit.Mixfile do

defp deps do
[{:nerves, "~> 0.5", runtime: false },
{:nerves_system_br, "~> 0.12.0", runtime: false },
{:nerves_system_br, "~> 0.13.0", runtime: false },
{:nerves_toolchain_mipsel_unknown_linux_musl, "~> 0.10.0", runtime: false}]
end

Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{"distillery": {:hex, :distillery, "1.4.0", "d633cd322c8efa0428082b00b7f902daf8caa166d45f9022bbc19a896d2e1e56", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.5.2", "ce89fb603ae58076fc48ff88323eafe71d302d031393c78a3883002c8d3176ba", [:mix], [{:distillery, "~> 1.2", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_system_br": {:hex, :nerves_system_br, "0.12.0", "b87249e46c5493daba5284d0133b7b862011e5f48664116aff08fa4ae2f36b5a", [:mix], [], "hexpm"},
%{"distillery": {:hex, :distillery, "1.4.1", "546d851bf27ae8fe0727e10e4fc4e146ad836eecee138263a60431e688044ed3", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "0.6.1", "721d978da4a1c732270b59c13093d7e1806203290ed5703120871a535749c0f7", [:mix], [{:distillery, "~> 1.2", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_system_br": {:hex, :nerves_system_br, "0.13.0", "9205f582747204baf917b2e822756665c81d5225b9caae5ab12f9250b4c17a36", [:mix], [], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "0.9.0", "825b2b5bbacc3ad20c8513baafd44978616d5b451e6e052cdb727be81e7cdcac", [:mix], [], "hexpm"},
"nerves_toolchain_mipsel_unknown_linux_musl": {:hex, :nerves_toolchain_mipsel_unknown_linux_musl, "0.10.0", "664ce523cbfc83c3dc2580d5ac26368659c92e82705c03b0f9918ebe0f9392aa", [:mix], [{:nerves, "~> 0.4", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 0.9", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm"}}

0 comments on commit 73af17b

Please sign in to comment.