Skip to content

Commit

Permalink
elixir: 1.4.0 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Digel authored and fpletz committed Mar 7, 2017
1 parent ec202fe commit 0b2502a
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.4.0";
version = "1.4.2";

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

buildInputs = [ erlang rebar makeWrapper ];
Expand Down

0 comments on commit 0b2502a

Please sign in to comment.