forked from mirrors/nixpkgs
libev: make the url stable
This commit is contained in:
parent
11cd596aea
commit
c1dd5018cc
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "libev-${version}";
|
||||
version="4.19";
|
||||
src = fetchurl {
|
||||
url = "http://dist.schmorp.de/libev/${name}.tar.gz";
|
||||
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
|
||||
sha256 = "1jyw7qbl0spxqa0dccj9x1jsw7cj7szff43cq4acmklnra4mzz48";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue