about summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-03-22 14:12:57 +0100
committerGitHub <noreply@github.com>2018-03-22 14:12:57 +0100
commit76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c (patch)
tree9794c7f9833dac879a538e22daf0b67d0943785d /pkgs/top-level/lua-packages.nix
parent7b539c06297f1ca84e475fb1018fe50114f2447e (diff)
parentfaaf32a0ee3ed3693e87def1fabd6b8a89e29a41 (diff)
downloadnixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.gz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.bz2
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.lz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.xz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.zst
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.zip
Merge pull request #32960 from florianjacob/prosody-0.10
Prosody 0.10.0
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 0cc4482f402a..a23de670836b 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -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 = ''