Merge pull request #32960 from florianjacob/prosody-0.10

Prosody 0.10.0
This commit is contained in:
Robin Gloster
2018-03-22 14:12:57 +01:00
committed by GitHub
7 changed files with 324 additions and 43 deletions
+2 -3
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 = ''