mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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:
parent
0b30f69406
commit
2c21a970e9
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user