3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #107693 from marsam/update-z-lua

z-lua: 1.8.7 -> 1.8.10
This commit is contained in:
Bernardo Meurer 2020-12-27 04:10:13 +00:00 committed by GitHub
commit 8eef730003
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.8.7";
version = "1.8.10";
src = fetchFromGitHub {
owner = "skywind3000";
repo = "z.lua";
rev = version;
sha256 = "14n1abv7gh4zajq471bgzpcv8l1159g00h9x83h719i9kxxsa2ba";
sha256 = "0q0qs07kmkpjv68j2bjgsrv6shl76mssnchfv82vjf8abkf8343b";
};
dontBuild = true;