aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2020-08-14 21:08:49 +0300
committerCaleb Maclennan <caleb@alerque.com>2020-08-14 21:23:10 +0300
commit28593b182b42126b68cd518d50abe15049ab70ea (patch)
tree6e5048dbab6021b8ca6dbce0f8a24ce4659b4644 /pkgs/development/lua-modules
parente1f6f37dc9c7477bf514447fc4807e1dd4be68ce (diff)
lua-penlight: 1.7.0 → 1.8.0
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 2f8521c395a8..bb14f562d706 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -1376,17 +1376,18 @@ nvim-client = buildLuarocksPackage {
};
penlight = buildLuarocksPackage {
pname = "penlight";
- version = "1.7.0-1";
+ version = "1.8.0-1";
src = fetchurl {
- url = "mirror://luarocks/penlight-1.7.0-1.src.rock";
- sha256 = "0rr56vc33b2knr5qmfdjrb1wk98lyp3zmlyzz6m15v2s1s5yxgah";
+ url = "mirror://luarocks/penlight-1.8.0-1.src.rock";
+ sha256 = "05x00dgsa79wzq187ww6i8j0s74nh2c852awni7xfshxgihwhc42";
};
propagatedBuildInputs = [ luafilesystem ];
meta = with stdenv.lib; {
homepage = "http://tieske.github.io/Penlight";
description = "Lua utility libraries loosely based on the Python standard libraries";
+ maintainers = with maintainers; [ alerque ];
license.fullName = "MIT/X11";
};
};