Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
John Ericson
2018-05-03 16:35:36 -04:00
330 changed files with 20106 additions and 16120 deletions
+2 -2
View File
@@ -267,14 +267,14 @@ let
};
luafilesystem = buildLuaPackage rec {
version = "1.6.3";
version = "1.7.0";
name = "filesystem-${version}";
src = fetchFromGitHub {
owner = "keplerproject";
repo = "luafilesystem";
rev = "v${stdenv.lib.replaceChars ["."] ["_"] version}";
sha256 = "1hxcnqj53540ysyw8fzax7f09pl98b8f55s712gsglcdxp2g2pri";
sha256 = "0fibrasshlgpa71m9wkpjxwmylnxpcf06rpqbaa0qwvqh94nhwby";
};
preConfigure = ''