diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 18:25:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 18:25:49 +0200 |
commit | db6c7d8681adf6fcf237841bb44838bcd88388d7 (patch) | |
tree | 3e906999585cb1111fac34c07eb611fbe5ca1428 /custom | |
parent | a1c065cd2b2abc0a5d742518ee0aab9a99914f5e (diff) | |
download | nixos-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.nix | 2 |
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 | ||
6 | pkgs.lua51Packages.buildLuaPackage rec { | 6 | pkgs.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"; |