Skip to content

Commit

Permalink
elixir: 1.2.0 -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvon committed Feb 3, 2016
1 parent 22d9e4e commit fd9fb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/elixir/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "elixir-${version}";
version = "1.2.0";
version = "1.2.2";

src = fetchurl {
url = "https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz";
sha256 = "0s3j7ra9gb2p3dwgfxghvc9mkv6ffgvz27aj5wgwk0xq2d9fws4z";
sha256 = "0ml0sl1l5ibb8qh505fsd7y87wq9qjvaxw9y1dyfcw00d3i1z989";
};

buildInputs = [ erlang rebar makeWrapper ];
Expand Down

0 comments on commit fd9fb59

Please sign in to comment.