lua: 5.4.3 -> 5.4.4

CVE-2021-44647, CVE-2021-44964, CVE-2021-43519
This commit is contained in:
Yorick van Pelt 2022-10-10 08:37:33 +02:00
parent e0ed589d74
commit 5af1ad13f6
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -77,8 +77,8 @@ in
rec {
lua5_4 = callPackage ./interpreter.nix {
self = lua5_4;
sourceVersion = { major = "5"; minor = "4"; patch = "3"; };
hash = "1yxvjvnbg4nyrdv10bq42gz6dr66pyan28lgzfygqfwy2rv24qgq";
sourceVersion = { major = "5"; minor = "4"; patch = "4"; };
hash = "sha256-Fkx4SWU7gK5nvsS3RzuIS/XMjS3KBWU0dewu0nuev2E=";
makeWrapper = makeBinaryWrapper;
inherit passthruFun;