Commit 60d00382 authored by chiroptical's avatar chiroptical Committed by Barry Moore
Browse files

erlang_27: 27.0.1 -> 27.1.2

parent b66c26bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ mkDerivation }:

mkDerivation {
  version = "27.0.1";
  sha256 = "sha256-Lp6J9eq6RXDi0RRjeVO/CIa4h/m7/fwOp/y0u0sTdFQ=";
  version = "27.1.2";
  sha256 = "sha256-urHJMPo9XG+sIBuCaWvEhAcykGxlVSdKKem7vCiMjcg=";
}
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ stdenv.mkDerivation ({

  inherit src version;

  LANG = "C.UTF-8";

  nativeBuildInputs = [ autoconf makeWrapper perl gnum4 libxslt libxml2 ];

  buildInputs = [ ncurses opensslPackage ]