From 05b1f8276bb10464944fb9dc901df5e4617bca95 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Mar 2017 00:24:18 -0500 Subject: [PATCH 1/2] erlangR19: 19.2.3 -> 19.3 --- pkgs/development/interpreters/erlang/R19.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/R19.nix b/pkgs/development/interpreters/erlang/R19.nix index fc9db7d9bfb6..a8777f8f01f1 100644 --- a/pkgs/development/interpreters/erlang/R19.nix +++ b/pkgs/development/interpreters/erlang/R19.nix @@ -21,7 +21,7 @@ with stdenv.lib; stdenv.mkDerivation rec { name = "erlang-" + version + "${optionalString odbcSupport "-odbc"}" + "${optionalString javacSupport "-javac"}"; - version = "19.2.3"; + version = "19.3"; # Minor OTP releases are not always released as tarbals at # http://erlang.org/download/ So we have to download from @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { owner = "erlang"; repo = "otp"; rev = "OTP-${version}"; - sha256 = "1lsmjpz2g4hj44fz95w7sswzj40iv7jq5jk64x0095lhvxmlf57c"; + sha256 = "0pp2hl8jf4iafpnsmf0q7jbm313daqzif6ajqcmjyl87m5pssr86"; }; buildInputs = From a91afef89e611cbdb3c26507d9115904177a3095 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Mar 2017 00:35:25 -0500 Subject: [PATCH 2/2] erlangR19: update maintainers Use the list of direct committers: https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/interpreters/erlang/R19.nix Originally, I just copied and pasted from R18.nix, I think. --- pkgs/development/interpreters/erlang/R19.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/erlang/R19.nix b/pkgs/development/interpreters/erlang/R19.nix index a8777f8f01f1..11f50b40fb36 100644 --- a/pkgs/development/interpreters/erlang/R19.nix +++ b/pkgs/development/interpreters/erlang/R19.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation rec { ''; platforms = platforms.unix; - maintainers = with maintainers; [ the-kenny sjmackenzie couchemar ]; + maintainers = with maintainers; [ yurrriq couchemar DerTim1 mdaiter ]; license = licenses.asl20; }; }