Skip to content

Commit c5f569a

Browse files
committed
lua5_4: 5.4.4 -> 5.4.6
1 parent 59b8a4f commit c5f569a

1 file changed

Lines changed: 3 additions & 20 deletions

File tree

pkgs/development/interpreters/lua-5/default.nix

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,12 @@ in
7777
rec {
7878
lua5_4 = callPackage ./interpreter.nix {
7979
self = lua5_4;
80-
version = "5.4.4";
81-
hash = "sha256-Fkx4SWU7gK5nvsS3RzuIS/XMjS3KBWU0dewu0nuev2E=";
80+
version = "5.4.6";
81+
hash = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg=";
8282
makeWrapper = makeBinaryWrapper;
8383
inherit passthruFun;
8484

85-
patches = lib.optional stdenv.isDarwin ./5.4.darwin.patch
86-
++ [
87-
(fetchpatch {
88-
name = "CVE-2022-28805.patch";
89-
url = "https://github.com/lua/lua/commit/1f3c6f4534c6411313361697d98d1145a1f030fa.patch";
90-
sha256 = "sha256-YTwoolSnRNJIHFPVijSO6ZDw35BG5oWYralZ8qOb9y8=";
91-
stripLen = 1;
92-
extraPrefix = "src/";
93-
excludes = [ "src/testes/*" ];
94-
})
95-
(fetchpatch {
96-
name = "CVE-2022-33099.patch";
97-
url = "https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf.patch";
98-
sha256 = "sha256-qj1Dq1ojVoknALSa67jhgH3G3Kk4GtJP6ROFElVF+D0=";
99-
stripLen = 1;
100-
extraPrefix = "src/";
101-
})
102-
];
85+
patches = lib.optional stdenv.isDarwin ./5.4.darwin.patch;
10386
};
10487

10588
lua5_4_compat = lua5_4.override({

0 commit comments

Comments
 (0)