libev: 4.20 -> 4.22

This commit is contained in:
Franz Pletz 2016-04-13 01:20:18 +02:00
parent 7ac522ad83
commit b4a5bb3d4b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libev-${version}";
version="4.20";
version="4.22";
src = fetchurl {
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
sha256 = "17j47pbkr65a18mfvy2861p5k7w4pxmdgiw723ryfqd9gx636w7q";
sha256 = "1mhvy38g9947bbr0n0hzc34zwfvvfd99qgzpkbap8g2lmkl7jq3k";
};
meta = {