Skip to content

Commit

Permalink
erlangR19: 19.2 -> 19.2.3
Browse files Browse the repository at this point in the history
This fixes dialyzer for me.

- http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html
- erlang/otp@e271199

(cherry picked from commit 6e9133f)
  • Loading branch information
yurrriq authored and globin committed Mar 3, 2017
1 parent 1e95b66 commit e7af408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R19.nix
Expand Up @@ -21,7 +21,7 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "erlang-" + version + "${optionalString odbcSupport "-odbc"}"
+ "${optionalString javacSupport "-javac"}";
version = "19.2";
version = "19.2.3";

# Minor OTP releases are not always released as tarbals at
# http://erlang.org/download/ So we have to download from
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "erlang";
repo = "otp";
rev = "OTP-${version}";
sha256 = "06pr4ydrqpp1skx85zjb1an4kvzv6vacb771vy71k54j7w6lh9hk";
sha256 = "1lsmjpz2g4hj44fz95w7sswzj40iv7jq5jk64x0095lhvxmlf57c";
};

buildInputs =
Expand Down

0 comments on commit e7af408

Please sign in to comment.