lua5_4: 5.4.2 -> 5.4.3

launchpad/nixpkgs/master
Janne Heß 3 years ago committed by Matthieu Coudron
parent b733e71af4
commit cf7fde4b02
  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