luaPackages.luafilesystem: 1.6.2 -> 1.6.3

This commit is contained in:
Satoshi Shishiku 2017-03-01 00:57:02 +00:00 committed by Florian Jacob
parent 309c74fd84
commit fbe0310ea4

View file

@ -201,13 +201,14 @@ let
}; };
luafilesystem = buildLuaPackage rec { luafilesystem = buildLuaPackage rec {
name = "filesystem-1.6.2"; version = "1.6.3";
name = "filesystem-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "keplerproject"; owner = "keplerproject";
repo = "luafilesystem"; repo = "luafilesystem";
rev = "v1_6_2"; rev = "v${stdenv.lib.replaceChars ["."] ["_"] version}";
sha256 = "134azkxw84xp9g5qmzjsmcva629jm7plwcmjxkdzdg05vyd7kig1"; sha256 = "1hxcnqj53540ysyw8fzax7f09pl98b8f55s712gsglcdxp2g2pri";
}; };
preConfigure = '' preConfigure = ''