Skip to content

Releases: code-supply/deps_nix

v2.6.1

18 Dec 17:35
fa52c3f

Choose a tag to compare

What's Changed

  • Patch lib extname to .so for apple-darwin by @bfolkens in #32
  • Set version correctly for git deps (#35)

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

16 Nov 10:40
77778df

Choose a tag to compare

This version has better support for elixir_make and can build lazy_html etc.

What's Changed

  • Workarounds for lazy_html by @tjarratt in #33
  • Fix bug that caused duplicate packages to be generated when specifying --env.
  • Use Elixir 1.19 for test and build

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

17 Sep 15:33
2002fbd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

17 Aug 14:29
c0eaf43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

27 Jun 19:00
31e03ff

Choose a tag to compare

What's Changed

  • detect builder from prefetched github repos by @adamcstephens in #13
  • Fix builds for Vix and unicode_string
  • Test against Mac and Linux in GitHub Action

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Feb 16:54
c07aec6

Choose a tag to compare

Special-case heroicons so that Phoenix projects can use deps_nix with minimal derivation adjustments.

See nix-phoenix for instructions for packaging a new Phoenix project.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

16 Jan 10:43
38ed1b8

Choose a tag to compare

crc32cer and snappyer overrides: use the port compiler rebar3 plugin. This allows brod to compile out-of-the-box.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

15 Jan 21:56
166dada

Choose a tag to compare

  • Breaking change: this version detects rustler_precompiled dependencies and no longer requires them to be on a list. However, dependency builds will fail until the appropriate skip_compilation flag is set (this was always required at runtime anyway). The build error tries to provide the appropriate config line.
  • The default-overrides.nix file that appeared in an app's deps directory for this library is now inlined into Elixir code. The presence of this file caused problems with nix formatters that scanned file trees.
  • Explorer dependencies are now expected to be at the latest version at time of release - v0.10.1.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

09 Jan 21:19
08ade6d

Choose a tag to compare

  • Default workaround for ex_keccak
  • Log when fetching GitHub hashes
  • Test and develop against latest Elixir

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Dec 11:31
9038082

Choose a tag to compare

Fix prefetched nix hashes for repos that use relative symlinks incompatible with :erl_tar.

Full Changelog: v1.0.0...v1.1.0