lua5_4: 5.4.6 -> 5.4.7

Changes: https://www.lua.org/work/diffs-lua-5.4.6-lua-5.4.7.html
This commit is contained in:
Sergei Trofimovich
2024-07-21 07:24:01 +01:00
parent cef77e159d
commit 69ba3f70eb
@@ -81,8 +81,8 @@ in
rec {
lua5_4 = callPackage ./interpreter.nix {
self = lua5_4;
version = "5.4.6";
hash = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg=";
version = "5.4.7";
hash = "sha256-n79eKO+GxphY9tPTTszDLpEcGii0Eg/z6EqqcM+/HjA=";
makeWrapper = makeBinaryWrapper;
inherit passthruFun;