Skip to content

Commit

Permalink
elixir: 1.3.3 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kenny committed Jan 14, 2017
1 parent b859ae2 commit 666810c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/elixir/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "elixir-${version}";
version = "1.3.3";
version = "1.4.0";

src = fetchFromGitHub {
owner = "elixir-lang";
repo = "elixir";
rev = "v${version}";
sha256 = "1l4ff3awil1nzrgd4pv4bx6n9ml83ci4czplv03yfz18q7jbipq2";
sha256 = "1q05f1s581nk475a8d9hakh2irgvsg50x3084yjzhrcmmykwnysi";
};

buildInputs = [ erlang rebar makeWrapper ];
Expand Down

0 comments on commit 666810c

Please sign in to comment.