elixir: 1.3.2 -> 1.3.3

This commit is contained in:
Aaron Bull Schaefer 2016-09-18 11:07:10 -07:00
parent 76094163ae
commit e067546765

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "elixir-${version}";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "elixir-lang";
repo = "elixir";
rev = "v${version}";
sha256 = "0dib7j81vgbi0npn13jj19rbrsn66cr0rm05hnhkqz6dixz96xcy";
sha256 = "1l4ff3awil1nzrgd4pv4bx6n9ml83ci4czplv03yfz18q7jbipq2";
};
buildInputs = [ erlang rebar makeWrapper ];