lua5_4: 5.4.2 -> 5.4.3

(cherry picked from commit 490970ae8b34107aa5e092629271ac7739407478)
wip/little-gl
Janne Heß 3 years ago committed by github-actions[bot]
parent 0c2e856ea0
commit f2cabb18e0
  1. 4
      pkgs/development/interpreters/lua-5/default.nix

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

Loading…
Cancel
Save