lua5_3: update interpreter version 5.3.4 -> 5.3.5

Update to the most recent version of the 5.3 series that was released
yesterday.

Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
This commit is contained in:
Philipp Gesang 2018-07-11 07:30:28 +02:00
parent 0b30f69406
commit 2c21a970e9
No known key found for this signature in database
GPG Key ID: 6E8F470A6873EFF1

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "lua-${version}";
luaversion = "5.3";
version = "${luaversion}.4";
version = "${luaversion}.5";
src = fetchurl {
url = "https://www.lua.org/ftp/${name}.tar.gz";
sha256 = "0320a8dg3aci4hxla380dx1ifkw8gj4gbw5c4dz41g1kh98sm0gn";
sha256 = "0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac";
};
buildInputs = [ readline ];