lua*Packages.luasec: 0.6 -> 0.8

https://github.com/brunoos/luasec/blob/luasec-0.8/CHANGELOG
This commit is contained in:
Vladimír Čunát 2019-05-21 17:15:11 +02:00
parent 06b043013e
commit 7043d23093
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -380,13 +380,13 @@ with self; {
};
luasec = buildLuaPackage rec {
name = "sec-0.6";
name = "sec-0.8";
src = fetchFromGitHub {
owner = "brunoos";
repo = "luasec";
rev = "lua${name}";
sha256 = "0wv8l7f7na7kw5xn8mjik2wpxbizl7zvvp5s7fcwvz9kl5jdpk5b";
sha256 = "1cgb7ihnrrfr59a2da4d3chr7lqpid98xpglmzhv3hrpg4x5sksz";
};
propagatedBuildInputs = [ luasocket ];