beam.interpreters.erlang_27: 27.3.4.12 -> 27.3.4.13

Changelog: https://github.com/erlang/otp/releases/tag/OTP-27.3.4.13
This commit is contained in:
Adam C. Stephens 2026-06-10 13:48:51 -04:00
commit 7e34437240
No known key found for this signature in database
2 changed files with 2 additions and 12 deletions

View file

@ -1,6 +1,6 @@
genericBuilder:
genericBuilder {
version = "27.3.4.12";
hash = "sha256-RnCBGuqEEJ+3kkbiVNLSb8sAh2i9SNyH9ixkqtAbjsk=";
version = "27.3.4.13";
hash = "sha256-2WF+EWq1S9IaDuUuG8IR09LjYvEq81E88oq6yFazkkM=";
}

View file

@ -21,7 +21,6 @@
parallelBuild ? true,
fetchFromGitHub,
fetchpatch2,
gawk,
gnum4,
gnused,
@ -112,15 +111,6 @@ stdenv.mkDerivation {
++ optionals javacSupport [ openjdk11 ]
++ optionals enableSystemd [ systemd ];
patches = lib.optionals (!wxSupport && major == "27") [
# https://github.com/erlang/otp/pull/11162
(fetchpatch2 {
name = "otp-27-doc-target-fix.patch";
url = "https://github.com/erlang/otp/commit/7ce587b61a2557fca79f1c130794abf834f37ee1.patch?full_index=1";
hash = "sha256-Ce6tWUzeF6TQMxus7ultxG2piFllw/xa5IPLCxSd024=";
})
];
# disksup requires a shell
postPatch = ''
substituteInPlace lib/os_mon/src/disksup.erl --replace-fail '"sh ' '"${runtimeShell} '