Merge pull request #290688 from r-ryantm/auto-update/z-lua

z-lua: 1.8.16 -> 1.8.17
This commit is contained in:
Mario Rodas 2024-02-22 19:54:32 -05:00 committed by GitHub
commit e3611bff84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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