From a1c065cd2b2abc0a5d742518ee0aab9a99914f5e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 17:53:07 +0200 Subject: downgraded luaPosix version --- custom/luaPosix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/luaPosix.nix b/custom/luaPosix.nix index 24bb6131..d26026bd 100644 --- a/custom/luaPosix.nix +++ b/custom/luaPosix.nix @@ -5,7 +5,7 @@ pkgs.lua51Packages.buildLuaPackage rec { name = "luaposix-${version}"; - version = "33.3.1"; + version = "33.2.1"; buildInputs = (with pkgs; [ perl ]); src = fetchurl { url = "https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"; -- cgit v1.2.3