From b71865b1bb4a16b86651f7c19010b74247d14b13 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Wed, 25 Mar 2015 00:07:22 +0100 Subject: [PATCH] libev: bump to 4.19 --- pkgs/development/libraries/libev/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libev/default.nix b/pkgs/development/libraries/libev/default.nix index 57e6f98fe72..90cab2cc687 100644 --- a/pkgs/development/libraries/libev/default.nix +++ b/pkgs/development/libraries/libev/default.nix @@ -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";