Merge pull request #39711 from sephalon/luafilesystem
luafilesystem: 1.6.3 -> 1.7.0
This commit is contained in:
commit
af7da1c8a3
@ -267,14 +267,14 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
luafilesystem = buildLuaPackage rec {
|
luafilesystem = buildLuaPackage rec {
|
||||||
version = "1.6.3";
|
version = "1.7.0";
|
||||||
name = "filesystem-${version}";
|
name = "filesystem-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keplerproject";
|
owner = "keplerproject";
|
||||||
repo = "luafilesystem";
|
repo = "luafilesystem";
|
||||||
rev = "v${stdenv.lib.replaceChars ["."] ["_"] version}";
|
rev = "v${stdenv.lib.replaceChars ["."] ["_"] version}";
|
||||||
sha256 = "1hxcnqj53540ysyw8fzax7f09pl98b8f55s712gsglcdxp2g2pri";
|
sha256 = "0fibrasshlgpa71m9wkpjxwmylnxpcf06rpqbaa0qwvqh94nhwby";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user