lua*Packages.cqueues: 20171014.52-0 -> 20190731.52-0

My main aim is to fix it on aarch64 NixOS.
The patch was included in the release.
This commit is contained in:
Vladimír Čunát
2019-08-05 20:31:36 +02:00
parent 40e3191a6a
commit 265692f9ff
2 changed files with 3 additions and 12 deletions
@@ -196,11 +196,11 @@ coxpcall = buildLuarocksPackage {
};
cqueues = buildLuarocksPackage {
pname = "cqueues";
version = "20171014.52-0";
version = "20190731.52-0";
src = fetchurl {
url = https://luarocks.org/cqueues-20171014.52-0.src.rock;
sha256 = "0q3iy1ja20nq2sn2n6badzhjq5kni86pfc09n5g2c46q9ja3vfzx";
url = https://luarocks.org/cqueues-20190731.52-0.src.rock;
sha256 = "07rs34amsxf2bc5ccqdad0c63c70737r54316cbd9qh1a2wbvz8s";
};
disabled = (lua.luaversion != "5.2");
propagatedBuildInputs = [ lua ];