libev: bump to 4.19
This commit is contained in:
parent
2284a1ab8e
commit
b71865b1bb
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libev-${version}";
|
name = "libev-${version}";
|
||||||
version="4.15";
|
version="4.19";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
|
url = "http://dist.schmorp.de/libev/${name}.tar.gz";
|
||||||
sha256 = "1svgc1hq4i5zsw4i02sf7xb4pk2d8kpvc1gdrd856vsmffh47pdj";
|
sha256 = "1jyw7qbl0spxqa0dccj9x1jsw7cj7szff43cq4acmklnra4mzz48";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-performance event loop/event model with lots of features";
|
description = "A high-performance event loop/event model with lots of features";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user