z-lua: 1.8.14 -> 1.8.16

This commit is contained in:
R. Ryantm 2022-07-31 07:13:38 +00:00
parent 4d0466412d
commit d3401db627

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "z-lua";
version = "1.8.14";
version = "1.8.16";
src = fetchFromGitHub {
owner = "skywind3000";
repo = "z.lua";
rev = version;
sha256 = "sha256-Jy5fcXqXbuJTOAP8vpZjN0qmDR/cVACztcIxl4aXNKs=";
sha256 = "sha256-VVJXBVENXlJXVj831Hx4sa7AzGHXpsui6tga9uA6ZnE=";
};
dontBuild = true;