luaevent: 0.4.3 -> 0.4.4

This commit is contained in:
Florian Jacob 2017-12-22 01:14:47 +01:00
parent b0b1de897f
commit 0c74665bad

View File

@ -167,15 +167,14 @@ let
};
luaevent = buildLuaPackage rec {
version = "0.4.3";
version = "0.4.4";
name = "luaevent-${version}";
disabled = isLua52;
src = fetchFromGitHub {
owner = "harningt";
repo = "luaevent";
rev = "v${version}";
sha256 = "1c1n2zqx5rwfwkqaq1jj8gvx1vswvbihj2sy445w28icz1xfhpik";
sha256 = "1krzxr0jkv3gmhpckp02byhdd9s5dd0hpyqc8irc8i79dd8x0p53";
};
preBuild = ''