Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aecc868ac12c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e42c4c0789c1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2018

  1. Update Elixir 1.6 RC

    ankhers committed Jan 11, 2018
    Copy the full SHA
    4cd40bb View commit details
  2. Merge pull request #33751 from ankhers/update_elixir_rc

    Update Elixir 1.6 RC
    adisbladis authored Jan 11, 2018
    Copy the full SHA
    e42c4c0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/elixir/1.6.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/elixir/1.6.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation }:

mkDerivation rec {
version = "1.6.0-rc.0";
sha256 = "1yfyp7y0mfdbh410xsfkq9a7ai2y22mjh2qn2cvpim76s96qjpw6";
version = "1.6.0-rc.1";
sha256 = "06g6n9qvv57xa07fyaqhki2y8zw24m3smcjiw1wiw9pzl5a76iby";
minimumOTPVersion = "18";
}