Merge pull request #195329 from yorickvP/lua-544

lua: 5.4.3 -> 5.4.4
This commit is contained in:
Robert Scott
2022-10-12 20:44:06 +01:00
committed by GitHub

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;