Merge pull request #7284 from couchemar/elixir-1.0.4
Update elixir to 1.0.4
This commit is contained in:
commit
00c3a9751a
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchurl, erlang, rebar, makeWrapper, coreutils, curl, bash, cacert }:
|
{ stdenv, fetchurl, erlang, rebar, makeWrapper, coreutils, curl, bash, cacert }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "elixir-${version}";
|
name = "elixir-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz";
|
url = "https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz";
|
||||||
sha256 = "ec6c4eaffcb771d91bdea9fb274600c624fd16b1891d194b3fcb2b521f52cc75";
|
sha256 = "1babp3ff6hajdm247zl9rc311k973cdnv6dqaai7l8817gg1yd3r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ erlang rebar makeWrapper ];
|
buildInputs = [ erlang rebar makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue