summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/luaPosix.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
5 5
6pkgs.lua51Packages.buildLuaPackage rec { 6pkgs.lua51Packages.buildLuaPackage rec {
7 name = "luaposix-${version}"; 7 name = "luaposix-${version}";
8 version = "33.3.1"; 8 version = "33.2.1";
9 buildInputs = (with pkgs; [ perl ]); 9 buildInputs = (with pkgs; [ perl ]);
10 src = fetchurl { 10 src = fetchurl {
11 url = "https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"; 11 url = "https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz";