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

z-lua: 1.7.3 -> 1.7.4
This commit is contained in:
Mario Rodas 2020-01-26 10:13:02 -05:00 committed by GitHub
commit 8d44794961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "z-lua";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "skywind3000";
repo = "z.lua";
rev = "v${version}";
sha256 = "13cfdghkprkaxgrbwsjndbza2mjxm2x774lnq7q4gfyc48mzwi70";
sha256 = "0cn38sadcn65pgw6dgr59bnx9hf97011hydmpmfi3kzdqjmarwci";
};
dontBuild = true;