Merge pull request #328839 from trofi/lua5_4-update

This commit is contained in:
Sandro 2024-08-22 11:50:48 +02:00 committed by GitHub
commit 021e453cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;