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

z-lua: 1.8.17 -> 1.8.18
This commit is contained in:
Mario Rodas 2024-03-21 07:22:17 -05:00 committed by GitHub
commit 703ce2db19
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.17";
version = "1.8.18";
src = fetchFromGitHub {
owner = "skywind3000";
repo = "z.lua";
rev = version;
sha256 = "sha256-zhhrRTteKv6VvTbM7ao2Z3nWRN181nqLLcOA+qi88fc=";
sha256 = "sha256-QSwZhdBXO+x4vcwRnZjdYdIdWW0Nfu0oImftUgm4wyo=";
};
dontBuild = true;