lua*Packages.luasec: 0.6 -> 0.8
https://github.com/brunoos/luasec/blob/luasec-0.8/CHANGELOG
This commit is contained in:
parent
06b043013e
commit
7043d23093
1 changed files with 2 additions and 2 deletions
|
@ -380,13 +380,13 @@ with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
luasec = buildLuaPackage rec {
|
luasec = buildLuaPackage rec {
|
||||||
name = "sec-0.6";
|
name = "sec-0.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brunoos";
|
owner = "brunoos";
|
||||||
repo = "luasec";
|
repo = "luasec";
|
||||||
rev = "lua${name}";
|
rev = "lua${name}";
|
||||||
sha256 = "0wv8l7f7na7kw5xn8mjik2wpxbizl7zvvp5s7fcwvz9kl5jdpk5b";
|
sha256 = "1cgb7ihnrrfr59a2da4d3chr7lqpid98xpglmzhv3hrpg4x5sksz";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ luasocket ];
|
propagatedBuildInputs = [ luasocket ];
|
||||||
|
|
Loading…
Reference in a new issue