luasec: 0.5 -> 0.6pre-2015-04-17 (close #8958)
This commit is contained in:
parent
5686921dd5
commit
3a96d1ebb4
@ -8,6 +8,7 @@
|
|||||||
{ fetchurl, fetchzip, stdenv, lua, callPackage, unzip, zziplib, pkgconfig, libtool
|
{ fetchurl, fetchzip, stdenv, lua, callPackage, unzip, zziplib, pkgconfig, libtool
|
||||||
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat, cairo
|
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat, cairo
|
||||||
, perl, gtk, python, glib, gobjectIntrospection, libevent, zlib, autoreconfHook
|
, perl, gtk, python, glib, gobjectIntrospection, libevent, zlib, autoreconfHook
|
||||||
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -145,11 +146,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
luasec = buildLuaPackage rec {
|
luasec = buildLuaPackage rec {
|
||||||
version = "0.5";
|
name = "sec-0.6pre-2015-04-17";
|
||||||
name = "sec-${version}";
|
src = fetchFromGitHub {
|
||||||
src = fetchzip {
|
owner = "brunoos";
|
||||||
url = "https://github.com/brunoos/luasec/archive/luasec-${version}.tar.gz";
|
repo = "luasec";
|
||||||
sha256 = "1zl6wwcyd4dfcw01qan7dkcw0rgzm69w819qbaddcr2ik147ccmq";
|
rev = "12e1b1f1d9724974ecc6ca273a0661496d96b3e7";
|
||||||
|
sha256 = "0m917qgi54p6n2ak33m67q8sxcw3cdni99bm216phjjka9rg7qwd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user