libev: 4.24 -> 4.25

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libev/versions
This commit is contained in:
R. RyanTM 2018-12-25 10:16:02 -08:00
parent 996d14a004
commit 6d87f8dc49

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libev-${version}";
version="4.24";
version="4.25";
src = fetchurl {
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
sha256 = "08gqsza1czx0nf62nkk183jb0946yzjsymaacxbzdgcs8z9r6dcp";
sha256 = "1295q0lkkbrlpd5dl5i48bh1rm8mjzh9y795jlvjz3bp4wf7wxbq";
};
meta = {