Skip to content

Commit

Permalink
erlang_27: rc2 -> rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroptical committed Apr 18, 2024
1 parent b9f2ef1 commit 6e6181d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/beam-modules/ex_doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mixRelease {
mixFodDeps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version elixir;
hash = "sha256-ZNHhWCZ3n2Y/XCsXVjbu4wbx/J95JdFP/2raACciAUU=";
hash = "sha256-e0lU4TXLY2geO6MI1h0kpdwsGbEyXjIRe0W43337mHk=";
};

configurePhase = ''
Expand Down
6 changes: 0 additions & 6 deletions pkgs/development/interpreters/erlang/27-rc2.nix

This file was deleted.

6 changes: 6 additions & 0 deletions pkgs/development/interpreters/erlang/27-rc3.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ mkDerivation }:

mkDerivation {
version = "27.0-rc3";
sha256 = "sha256-c2DTIqBd7UxpSv84F1cCB9K+MkJb5OwnWSghtewnw/4=";
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17341,7 +17341,7 @@ with pkgs;
};

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
elixir elixir_1_16 elixir_1_15 elixir_1_14 elixir_1_13 elixir_1_12 elixir_1_11 elixir_1_10
elixir-ls;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/beam-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in

# 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;
parallelBuild = true;
autoconf = buildPackages.autoconf269;
Expand Down

0 comments on commit 6e6181d

Please sign in to comment.