Merge pull request #305100 from chiroptical/chiroptical/erlang-27-rc3

erlang_27: rc2 -> rc3
This commit is contained in:
Yt 2024-04-23 21:03:35 +00:00 committed by GitHub
commit cffb1159fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ mixRelease {
mixFodDeps = fetchMixDeps { mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}"; pname = "mix-deps-${pname}";
inherit src version elixir; inherit src version elixir;
hash = "sha256-ZNHhWCZ3n2Y/XCsXVjbu4wbx/J95JdFP/2raACciAUU="; hash = "sha256-e0lU4TXLY2geO6MI1h0kpdwsGbEyXjIRe0W43337mHk=";
}; };
configurePhase = '' configurePhase = ''

View File

@ -1,6 +0,0 @@
{ mkDerivation }:
mkDerivation {
version = "27.0-rc2";
sha256 = "sha256-o+uqQMlrh7wJQbiecMnn3/tv6nqSJh7unOj0A95mMb0=";
}

View File

@ -0,0 +1,6 @@
{ mkDerivation }:
mkDerivation {
version = "27.0-rc3";
sha256 = "sha256-c2DTIqBd7UxpSv84F1cCB9K+MkJb5OwnWSghtewnw/4=";
}

View File

@ -17338,7 +17338,7 @@ with pkgs;
}; };
inherit (beam.interpreters) inherit (beam.interpreters)
erlang erlang_27-rc2 erlang_26 erlang_25 erlang_24 erlang erlang_27-rc3 erlang_26 erlang_25 erlang_24
erlang_odbc erlang_javac erlang_odbc_javac erlang_odbc erlang_javac erlang_odbc_javac
elixir elixir_1_16 elixir_1_15 elixir_1_14 elixir_1_13 elixir_1_12 elixir_1_11 elixir_1_10 elixir elixir_1_16 elixir_1_15 elixir_1_14 elixir_1_13 elixir_1_12 elixir_1_11 elixir_1_10
elixir-ls; elixir-ls;

View File

@ -41,7 +41,7 @@ in
# Standard Erlang versions, using the generic builder. # Standard Erlang versions, using the generic builder.
erlang_27-rc2 = self.beamLib.callErlang ../development/interpreters/erlang/27-rc2.nix { erlang_27-rc3 = self.beamLib.callErlang ../development/interpreters/erlang/27-rc3.nix {
wxGTK = wxGTK32; wxGTK = wxGTK32;
parallelBuild = true; parallelBuild = true;
autoconf = buildPackages.autoconf269; autoconf = buildPackages.autoconf269;