summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-27 18:25:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-27 18:25:49 +0200
commitdb6c7d8681adf6fcf237841bb44838bcd88388d7 (patch)
tree3e906999585cb1111fac34c07eb611fbe5ca1428 /custom
parenta1c065cd2b2abc0a5d742518ee0aab9a99914f5e (diff)
downloadnixos-db6c7d8681adf6fcf237841bb44838bcd88388d7.tar
nixos-db6c7d8681adf6fcf237841bb44838bcd88388d7.tar.gz
nixos-db6c7d8681adf6fcf237841bb44838bcd88388d7.tar.bz2
nixos-db6c7d8681adf6fcf237841bb44838bcd88388d7.tar.xz
nixos-db6c7d8681adf6fcf237841bb44838bcd88388d7.zip
reverted previous commit
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 d26026bd..24bb6131 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.2.1"; 8 version = "33.3.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";