mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
luafilesystem: 1.6.3 -> 1.7.0
This commit is contained in:
parent
69d4bdc557
commit
2fcf50a323
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue