1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

libev: bump to 4.19

This commit is contained in:
Joachim Fasting 2015-03-25 00:07:22 +01:00
parent 2284a1ab8e
commit b71865b1bb

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "libev-${version}";
version="4.15";
version="4.19";
src = fetchurl {
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
sha256 = "1svgc1hq4i5zsw4i02sf7xb4pk2d8kpvc1gdrd856vsmffh47pdj";
url = "http://dist.schmorp.de/libev/${name}.tar.gz";
sha256 = "1jyw7qbl0spxqa0dccj9x1jsw7cj7szff43cq4acmklnra4mzz48";
};
meta = {
description = "A high-performance event loop/event model with lots of features";