lua5_4: 5.4.2 -> 5.4.3

(cherry picked from commit 490970ae8b34107aa5e092629271ac7739407478)
This commit is contained in:
Janne Heß 2021-05-31 19:42:36 +02:00 committed by github-actions[bot]
parent 0c2e856ea0
commit f2cabb18e0
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
rec {
lua5_4 = callPackage ./interpreter.nix {
sourceVersion = { major = "5"; minor = "4"; patch = "2"; };
hash = "0ksj5zpj74n0jkamy3di1p6l10v4gjnd2zjnb453qc6px6bhsmqi";
sourceVersion = { major = "5"; minor = "4"; patch = "3"; };
hash = "1yxvjvnbg4nyrdv10bq42gz6dr66pyan28lgzfygqfwy2rv24qgq";
patches = lib.optional stdenv.isDarwin ./5.4.darwin.patch;
};