Skip to content

Commit

Permalink
Pin dependency versions
Browse files Browse the repository at this point in the history
Unpinned dependency versions can cause build issues in Nix if the
package registry index snapshot contains a newer version than what is
packaged in nixpkgs.

See NixOS/nixpkgs#43430 for context.

The versions chosen here are the most recent ones currently packaged
in nixpkgs, with the exception of ibrowse which has been pinned to a
version that is not affected by cmullaparthi/ibrowse#160.
  • Loading branch information
tazjin committed Jul 14, 2018
1 parent 8489527 commit fcb26bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info,
warn_missing_spec_all,
warnings_as_errors]}.
{deps, [ ibrowse
, jsx
, erlware_commons
, getopt]}.
{deps, [ {ibrowse, "4.2.2"}
, {jsx, "2.8.0"}
, {erlware_commons, "1.0.0"}
, {getopt, "0.8.2"}]}.

0 comments on commit fcb26bb

Please sign in to comment.